12345678910111213141516171819202122232425 |
- export default {
-
- actionSheet: {
- show: false,
- title: '',
- description: '',
- actions: () => [],
- index: '',
- cancelText: '',
- closeOnClickAction: true,
- safeAreaInsetBottom: true,
- openType: '',
- closeOnClickOverlay: true,
- round: 0
- }
- }
|