@pluralsight/ps-design-system-icon
Version:
Design System component for icon ui
9 lines (8 loc) • 505 B
TypeScript
export declare const colors: Readonly<import("@pluralsight/ps-design-system-util/dist/esm/key-mirror").KeyMirror<["blue", "green", "red", "textIconHighOnDark", "textIconHighOnLight", "textIconLowOnDark", "textIconLowOnLight", "yellow"]>>;
export declare const sizes: Readonly<import("@pluralsight/ps-design-system-util/dist/esm/key-mirror").KeyMirror<["xSmall", "small", "medium", "large"]>>;
export declare const widths: {
xSmall: string;
small: string;
medium: string;
large: string;
};