UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 300 B
import type { SFCWithInstall } from '../_util/interface'; import Divider from './divider'; export { dividerProps } from './divider'; export type { DividerProps } from './divider'; type DividerType = SFCWithInstall<typeof Divider>; export declare const FDivider: DividerType; export default FDivider;