@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.
8 lines (7 loc) • 323 B
TypeScript
interface SuccessInvestmentProps {
investmentAmount?: string;
offeringId: string;
onStartNewInvestment: () => void;
}
declare const SuccessInvestment: ({ investmentAmount, offeringId, onStartNewInvestment, }: SuccessInvestmentProps) => import("react/jsx-runtime").JSX.Element;
export default SuccessInvestment;