UNPKG

@gssfed/vital-ui-kit-react

Version:
16 lines (12 loc) 235 B
// @flow import type { Node } from 'react'; export type ItemType = { content?: Node, label?: string, value?: string | number, id?: string | number, }; export type GroupType = { title?: string, items: Array<ItemType>, };