UNPKG

tdesign-mobile-vue

Version:
6 lines (5 loc) 174 B
import { TdActionSheetProps } from './type'; export declare const ActionSheetPlugin: { show(props: Partial<TdActionSheetProps>): void; close(trigger?: any): void; };