9 lines
279 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
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'