UNPKG

react-select-items

Version:
7 lines (6 loc) 206 B
interface SelectableProps { index: number; children: React.ReactNode; } export default function Selectable({ index, children }: SelectableProps): import("react/jsx-runtime").JSX.Element; export {};