@bryancode/react-select
Version:
A customizable modular select built for React JS
10 lines (9 loc) • 321 B
TypeScript
/// <reference types="react" />
import { OptionContainerProps } from "../../types";
export declare function useOptionContainer(props: OptionContainerProps): {
model: {
className: string;
};
operations: {};
};
export default function OptionContainer(props: OptionContainerProps): JSX.Element;