tdesign-mobile-vue
Version:
tdesign-mobile-vue
12 lines (11 loc) • 415 B
TypeScript
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;