UNPKG

unocss-preset-radix-ui-colors

Version:

A preset for UnoCSS to easily use Radix UI color palette with P3 support and optimized generated CSS size .

8 lines (6 loc) 178 B
import { Theme } from 'unocss/preset-uno'; export declare function extendTheme({ theme, prefix, extend }: { theme: Theme; prefix: string; extend: boolean; }): void;