UNPKG

@spaced-out/ui-design-system

Version:
17 lines 526 B
export declare const TEXT_COLORS: Readonly<{ primary: "primary"; secondary: "secondary"; tertiary: "tertiary"; disabled: "disabled"; clickable: "clickable"; neutral: "neutral"; success: "success"; information: "information"; warning: "warning"; danger: "danger"; inversePrimary: "inversePrimary"; inverseSecondary: "inverseSecondary"; favorite: "favorite"; }>; export type ColorTypes = (typeof TEXT_COLORS)[keyof typeof TEXT_COLORS]; //# sourceMappingURL=typography.d.ts.map