@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 305 B
TypeScript
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;