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.

10 lines (9 loc) 285 B
interface BankAccountProps { onSubmit: (data: any) => void; onBack: () => void; defaultValues?: any; context?: any; offeringParams?: any; } declare const BankAccount: (props: BankAccountProps) => import("react/jsx-runtime").JSX.Element; export default BankAccount;