UNPKG

@brizy/ui

Version:
8 lines (7 loc) 171 B
import { FCC } from "../types"; export interface Props { title: string; disabled?: boolean; onClick?: VoidFunction; } export declare const Option: FCC<Props>;