windly
Version:
10 lines (9 loc) • 306 B
TypeScript
declare const colorOptions: string[];
declare const dateFormats: string[];
declare const countryCurrency: {
code: string;
label: string;
value: string;
}[];
declare const AvatarBgColor: (name: any, mode?: string) => string;
export { colorOptions, dateFormats, countryCurrency, AvatarBgColor };