EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/action-sheet/index.ts
2025-02-08 18:50:38 +08:00

9 lines
279 B
TypeScript

import { withNoopInstall } from '../../utils'
import ActionSheet from './src/action-sheet.vue'
export const TnActionSheet = withNoopInstall(ActionSheet)
export default TnActionSheet
export * from './src/action-sheet'
export type { TnActionSheetInstance } from './src/instance'