UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

31 lines (30 loc) 850 B
import type { ChartColors, VariantColors, VariantSizes } from './index.js'; export declare const Color: { DEFAULT: string; PRIMARY: string; SECONDARY: string; INFO: string; SUCCESS: string; WARNING: string; DANGER: string; }; export declare const Size: { XS: string; SM: string; BASE: string; LG: string; XL: string; XXL: string; }; export declare const ChartColor: { readonly HEALTH: "health"; readonly PROPERTY: "property"; readonly AUTO: "auto"; readonly LIFE: "life"; readonly OTHER: "other"; readonly DEFAULT: "default"; }; export declare const defaultChartColors: ChartColors; export declare const colors: VariantColors[]; export declare const sizes: VariantSizes[]; export declare const chartColors: ("default" | "health" | "property" | "auto" | "life" | "other")[];