tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 293 B
TypeScript
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;