first commit
This commit is contained in:
11
uni_modules/tdesign-uniapp/components/action-sheet/index.d.ts
vendored
Normal file
11
uni_modules/tdesign-uniapp/components/action-sheet/index.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { ActionSheetItem, ActionSheetTheme, ActionSheetShowOption } from './show.d.ts';
|
||||
|
||||
export { ActionSheetItem, ActionSheetTheme, ActionSheetShowOption };
|
||||
|
||||
declare type Instance = any;
|
||||
|
||||
declare const Handler: {
|
||||
show(options: ActionSheetShowOption): Instance;
|
||||
close(options: ActionSheetShowOption): void;
|
||||
};
|
||||
export default Handler;
|
||||
Reference in New Issue
Block a user