UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
import _Button from './button'; import { WithInstallType } from '../shared'; import './style'; import { TdButtonProps } from './type'; export * from './type'; export declare type ButtonProps = TdButtonProps; export declare const Button: WithInstallType<typeof _Button>; export default Button;