UNPKG

petals-ui

Version:
8 lines (4 loc) 193 B
import { NumberOrString } from '../../basic'; type OptionValueType = NumberOrString; type SelectValueType = OptionValueType | OptionValueType[]; export { OptionValueType, SelectValueType };