UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 226 B
import type { SelectProps, Option, Options, Value } from '../types'; export declare function normalizeOptions(options: Options): Value; export declare const expandValue: (value: Option, props: Partial<SelectProps>) => Option;