UNPKG

138 BTypeScriptView Raw
1import './button.less';
2import { Button } from './button';
3export type { ButtonProps, ButtonRef } from './button';
4export default Button;