UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 305 B
import type { SFCWithInstall } from '../_util/interface'; import Transfer from './transfer'; export type { TransferProps } from './props'; export { transferProps } from './props'; type TransferType = SFCWithInstall<typeof Transfer>; export declare const FTransfer: TransferType; export default FTransfer;