UNPKG

@bryancode/react-select

Version:

A customizable modular select built for React JS

6 lines (5 loc) 145 B
export interface OptionInterface<Content = string, Config = any> { value: string | number; content: Content; config?: Config; }