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.

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