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.

7 lines (6 loc) 103 B
export type WithIcon = { /** * Icon content React Node */ icon?: React.ReactNode; };