naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
5 lines (4 loc) • 309 B
TypeScript
export type { Option as TransferOption, TransferRenderSourceLabel, TransferRenderSourceList, TransferRenderTargetLabel } from './src/interface';
export type * from './src/public-types';
export { default as NTransfer, transferProps } from './src/Transfer';
export type { TransferProps } from './src/Transfer';