@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
6 lines • 444 B
TypeScript
export declare const COLORS: readonly ["primary", "secondary", "neutral", "success", "danger", "warning", "info"];
export declare const widthVar: `var(--${string})`;
export declare const heightVar: `var(--${string})`;
export declare const url: `var(--${string})`;
export declare const illustrationVariants: Record<"danger" | "info" | "neutral" | "primary" | "secondary" | "success" | "warning", string>;
//# sourceMappingURL=styles.css.d.ts.map