@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.
16 lines (15 loc) • 360 B
TypeScript
export declare const excludedCountries: string[];
export declare const filteredCountries: {
code: string;
name: string;
}[];
export declare const statesByCountry: {
[key: string]: {
code: string;
name: string;
}[];
};
export declare const getStatesForCountry: (countryCode: string) => {
code: string;
name: string;
}[];