UNPKG

box-ui-elements

Version:
10 lines (7 loc) 183 B
// @flow export type SelectOptionValueProp = string | number | null; export type SelectOptionProp = { displayText: string, id?: string, value: SelectOptionValueProp, };