UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 289 B
import type { SFCWithInstall } from '../_util/interface'; import Button from './button'; export { buttonProps } from './button'; export type { ButtonProps } from './button'; type ButtonType = SFCWithInstall<typeof Button>; export declare const FButton: ButtonType; export default FButton;