2025-12-10 12:02:17 +08:00

4 lines
268 B
TypeScript

export type { Option as TransferOption, TransferRenderSourceLabel, TransferRenderSourceList, TransferRenderTargetLabel } from './src/interface';
export { default as NTransfer, transferProps } from './src/Transfer';
export type { TransferProps } from './src/Transfer';