| | |
| | | import { LoadingProps } from '../loading/index'; |
| | | import { SizeEnum } from '../common/common'; |
| | | export interface TdButtonProps { |
| | | tId?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | block?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | |
| | | }; |
| | | openType?: { |
| | | type: StringConstructor; |
| | | value?: 'contact' | 'share' | 'getPhoneNumber' | 'getUserInfo' | 'launchApp' | 'openSetting' | 'feedback' | 'chooseAvatar'; |
| | | value?: 'contact' | 'share' | 'getPhoneNumber' | 'getUserInfo' | 'launchApp' | 'openSetting' | 'feedback' | 'chooseAvatar' | 'agreePrivacyAuthorization'; |
| | | }; |
| | | hoverClass?: { |
| | | type: StringConstructor; |