first commit
This commit is contained in:
13
uni_modules/tdesign-uniapp/components/action-sheet/index.js
Normal file
13
uni_modules/tdesign-uniapp/components/action-sheet/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { show, close, ActionSheetTheme, actionSheetTheme } from './show';
|
||||
|
||||
export { ActionSheetTheme, actionSheetTheme };
|
||||
|
||||
export default {
|
||||
show(options) {
|
||||
return show(options);
|
||||
},
|
||||
|
||||
close(options) {
|
||||
return close(options);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user