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) 172 B
import { InputProps } from './types'; export declare function Input({ size, startAdornment, endAdornment, ...props }: InputProps): import("react/jsx-runtime").JSX.Element;