UNPKG

@brizy/ui

Version:
8 lines (7 loc) 178 B
import { FCC } from "../types"; export interface Props { value: string | number; disabled?: boolean; title?: string; } export declare const SelectOption: FCC<Props>;