UNPKG

@brizy/ui

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