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.

7 lines (6 loc) 187 B
type Props = { label: string; description?: string; }; export declare function NodeDescription({ label, description }: Props): import("react/jsx-runtime").JSX.Element; export {};