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.

6 lines (5 loc) 417 B
import { StepComponentProps } from '../../types/steps'; import { IraIdentityInfoSchema } from '../../utils/formValidation'; export type IraIdentityFormData = typeof IraIdentityInfoSchema._type; export declare const IraIdentityFields: ({ onSubmit, onBack, defaultValues, context, offeringParams, }: StepComponentProps<IraIdentityFormData>) => import("react/jsx-runtime").JSX.Element; export default IraIdentityFields;