UNPKG

shineout

Version:

Shein 前端组件库

4 lines (3 loc) 288 B
import { BaseTransferProps } from './Props'; import { KeygenResult } from '../@types/common'; export default function splitSelecteds<DataItem, Value extends any[]>(selecteds: KeygenResult[] | undefined, props: BaseTransferProps<DataItem, Value>): [KeygenResult[], KeygenResult[]] | null;