UNPKG

tailwind-color-mapper

Version:

OKLCH-first Tailwind color mapping utilities with comprehensive format support

3 lines 284 B
export { VALID_COLORS, VALID_FORMATS, VALID_SHADES, colorExists, getAvailableColors, getAvailableShades, getColor, getColorShades, } from "./functions"; export type { ColorCode, ColorData, ColorFormat, TailwindColor, TailwindShade, } from "./types"; //# sourceMappingURL=core.d.ts.map