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.

6 lines (5 loc) 152 B
type Props = { onClick: () => void; }; export declare function ClearButton({ onClick }: Props): import("react/jsx-runtime").JSX.Element; export {};