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) 248 B
import { StepComponentProps } from '../types/steps'; export declare const AddressInfo: ({ onSubmit, onBack, defaultValues, context, offeringParams, }: StepComponentProps<any>) => import("react/jsx-runtime").JSX.Element; export default AddressInfo;