UNPKG

metadata-based-explorer1

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