UNPKG

box-ui-elements-mlh

Version:
9 lines (6 loc) 166 B
// @flow export type SelectOptionValueProp = string | number | null; export type SelectOptionProp = { displayText: string, value: SelectOptionValueProp, };