@nexusui/components
Version:
These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.
26 lines (25 loc) • 598 B
TypeScript
import { CountryType } from './models';
export declare const KeyCodes: {
BACKSPACE: string;
ENTER: string;
SPACE: string;
TAB: string;
COMMA: string;
};
export declare const Status: {
Active: string;
Inactive: string;
};
export declare const countries: CountryType[];
export declare const highlight: {
mint: string;
turquoise: string;
bluejay: string;
cerulean: string;
radiantYellow: string;
sunshine: string;
blueberry: string;
candy: string;
};
export declare const EmailRegex: RegExp;
export declare const EmailIncludedRegex: RegExp;