maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
8 lines (7 loc) • 348 B
TypeScript
import { ThemeConfig } from 'tailwindcss/types/config';
export declare function getColors(): ThemeConfig['colors'];
export declare function createScaleColor(colorName: string): Record<string, string>;
export declare function createSimpleColor(colorName: string, withForeground?: boolean): string | {
DEFAULT: string;
foreground: string;
};