| | |
| | | value?: 'top' | 'middle' | 'bottom'; |
| | | }; |
| | | arrow?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | type: null; |
| | | value?: boolean | object; |
| | | }; |
| | | bordered?: { |
| | | type: BooleanConstructor; |
| | |
| | | value?: 'switchTab' | 'reLaunch' | 'redirectTo' | 'navigateTo'; |
| | | }; |
| | | leftIcon?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | type: null; |
| | | value?: string | object; |
| | | }; |
| | | note?: { |
| | | type: StringConstructor; |
| | |
| | | value?: boolean; |
| | | }; |
| | | rightIcon?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | type: null; |
| | | value?: string | object; |
| | | }; |
| | | title?: { |
| | | type: StringConstructor; |