UNPKG

@md3tail/theme

Version:

An open source plugin based on tailwindcss built with Material Desing 3

5 lines (4 loc) 216 B
import { MD3Color } from './base'; import { MD3ThemeConfig } from '../config'; export declare const alphaValue = "<alpha-value>"; export declare const md3Colors: (config: MD3ThemeConfig) => Record<MD3Color, string>;