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.

7 lines (6 loc) 169 B
import { default as React } from 'react'; interface SSNDisplayProps { ssn: string; } declare const SSNDisplay: React.FC<SSNDisplayProps>; export default SSNDisplay;