UNPKG

1.49 kBTypeScriptView Raw
1import generate from './generate';
2declare const presetPrimaryColors: Record<string, string>;
3declare const presetPalettes: PalettesProps;
4declare const presetDarkPalettes: PalettesProps;
5declare const red: string[] & {
6 primary?: string | undefined;
7};
8declare const volcano: string[] & {
9 primary?: string | undefined;
10};
11declare const gold: string[] & {
12 primary?: string | undefined;
13};
14declare const orange: string[] & {
15 primary?: string | undefined;
16};
17declare const yellow: string[] & {
18 primary?: string | undefined;
19};
20declare const lime: string[] & {
21 primary?: string | undefined;
22};
23declare const green: string[] & {
24 primary?: string | undefined;
25};
26declare const cyan: string[] & {
27 primary?: string | undefined;
28};
29declare const blue: string[] & {
30 primary?: string | undefined;
31};
32declare const geekblue: string[] & {
33 primary?: string | undefined;
34};
35declare const purple: string[] & {
36 primary?: string | undefined;
37};
38declare const magenta: string[] & {
39 primary?: string | undefined;
40};
41declare const grey: string[] & {
42 primary?: string | undefined;
43};
44declare const gray: string[] & {
45 primary?: string | undefined;
46};
47export declare type PalettesProps = Record<string, string[] & {
48 primary?: string;
49}>;
50export { generate, presetPalettes, presetDarkPalettes, presetPrimaryColors, red, volcano, orange, gold, yellow, lime, green, cyan, blue, geekblue, purple, magenta, grey, gray, };
51//# sourceMappingURL=index.d.ts.map
\No newline at end of file