UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

5 lines (4 loc) 304 B
export { default as Transfer } from './transfer'; export { transferProps } from './props'; export type { TransferProps, TransferCProps } from './props'; export type { TransferKeyConfig, TransferFilter, TransferExposed, TransferSlots, TransferPanelSlotParams, TransferOptionSlotParams, } from './symbol';