UNPKG

modo-mobile

Version:

A mobile UI toolkit, based on React

7 lines 232 B
export interface IButtonPropsType { type?: 'default' | 'primary' | 'ghost' | 'dashed' | 'danger'; size?: 'small' | 'default' | 'large'; disabled?: boolean; loading?: boolean; } //# sourceMappingURL=PropsType.d.ts.map