UNPKG

@synergycodes/overflow-ui

Version:

A React library for creating node-based UIs and diagram-driven applications. Perfect for React Flow users, providing ready-to-use node templates and components that work seamlessly with React Flow's ecosystem.

6 lines (5 loc) 154 B
import { ListItem } from '../../shared/types/list-item'; export type SelectItem = ListItem & { value?: string | number | null; label?: string; };