printer-notifications/node_modules/@skeletonlabs/skeleton/dist/components/ConicGradient/settings.d.ts

10 lines
221 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
export type HexRgb = {
hex: string;
rgb: string;
};
export type TailwindColorObject = {
label: string;
shades: Record<string, HexRgb>;
};
export declare const tailwindDefaultColors: TailwindColorObject[];