UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

6 lines (5 loc) 322 B
import React from 'react'; import { TransferListProps } from './interface'; export declare const TransferList: (props: TransferListProps, ref: any) => JSX.Element; declare const TransferListComponent: React.ForwardRefExoticComponent<TransferListProps & React.RefAttributes<unknown>>; export default TransferListComponent;