printer-notifications/node_modules/@skeletonlabs/skeleton/dist/components/ConicGradient/settings.d.ts
2023-11-13 16:10:04 -05:00

10 lines
221 B
TypeScript

export type HexRgb = {
hex: string;
rgb: string;
};
export type TailwindColorObject = {
label: string;
shades: Record<string, HexRgb>;
};
export declare const tailwindDefaultColors: TailwindColorObject[];