UNPKG

@bryancode/react-select

Version:

A customizable modular select built for React JS

5 lines (4 loc) 290 B
/// <reference types="react" /> import { OptionInterface, OptionProps } from "../../types"; export declare function optionClassName<Option = OptionInterface>(index: number, options: Option[], selected?: boolean): string; export default function Option(props: OptionProps): JSX.Element;