UNPKG

@synergycodes/axiom

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.

3 lines (2 loc) 187 B
import { MenuItemProps } from './types'; export declare function MenuItem({ icon, label, disabled, destructive, size, onClick, }: MenuItemProps): import("react/jsx-runtime").JSX.Element;