@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
6 lines (5 loc) • 415 B
TypeScript
import { Palette } from "@mui/material/styles/createPalette";
declare const colors: Palette;
export declare const ReadingColorVariants: readonly ["primary", "secondary", "supporting", "inversePrimary", "inverseSecondary", "inverseSupporting", "positive", "negative", "brand", "transparent", "currentColor"];
export declare type ReadingColorVariant = typeof ReadingColorVariants[number];
export default colors;