UNPKG

tdesign-mobile-vue

Version:
51 lines (50 loc) 1.47 kB
import { TdButtonProps } from './type'; import { PropType } from 'vue'; declare const _default: { block: BooleanConstructor; content: { type: PropType<TdButtonProps['content']>; }; disabled: { type: BooleanConstructor; default: any; }; ghost: BooleanConstructor; icon: { type: PropType<TdButtonProps['icon']>; }; loading: BooleanConstructor; loadingProps: { type: PropType<TdButtonProps['loadingProps']>; }; shape: { type: PropType<TdButtonProps['shape']>; default: TdButtonProps['shape']; validator(val: TdButtonProps['shape']): boolean; }; size: { type: PropType<TdButtonProps['size']>; default: TdButtonProps['size']; validator(val: TdButtonProps['size']): boolean; }; suffix: { type: PropType<TdButtonProps['suffix']>; }; theme: { type: PropType<TdButtonProps['theme']>; default: TdButtonProps['theme']; validator(val: TdButtonProps['theme']): boolean; }; type: { type: PropType<TdButtonProps['type']>; default: TdButtonProps['type']; validator(val: TdButtonProps['type']): boolean; }; variant: { type: PropType<TdButtonProps['variant']>; default: TdButtonProps['variant']; validator(val: TdButtonProps['variant']): boolean; }; onClick: PropType<TdButtonProps['onClick']>; }; export default _default;