UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 272 B
/// <reference types="react" /> import { KeygenResult } from '@sheinx/hooks'; import { TransferProps } from './transfer.type'; declare const _default: <DataItem, Value extends KeygenResult[]>(props: TransferProps<DataItem, Value>) => JSX.Element; export default _default;