UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 302 B
import React from "react"; import { TransferListProps } from "./types"; export declare const TransferList: React.MemoExoticComponent<({ children, leftItems, rightItems, setLeftItems, setRightItems, color, leftChoicesLabel, rightChoicesLabel, allChoices, ...props }: TransferListProps) => JSX.Element>;