UNPKG

@rajkrajpj/cultivate-ui-library

Version:

A modern, type-safe, accessible React component library for fintech investor forms. Build complete investor forms in minutes with zero configuration, supporting multiple regulations (RegA+, RegD, RegCF) and investor types.

4 lines (3 loc) 200 B
export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { } export declare const Input: ({ className, type, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;