UNPKG

tdesign-mobile-vue

Version:
12 lines (11 loc) 415 B
import ActionSheetVue from './action-sheet'; import { WithInstallType } from '../shared'; import './style'; import { TdActionSheetProps } from './type'; export * from './type'; export declare type ActionSheetProps = TdActionSheetProps; declare type ActionSheetApi = { close: () => void; }; export declare const _ActionSheet: WithInstallType<typeof ActionSheetVue> & ActionSheetApi; export default _ActionSheet;