UNPKG

@payfit/unity-themes

Version:

4 lines (3 loc) 232 B
import { Prefixes, ProcessorOptions } from '../types.js.js'; export declare function getPrefixes(options: ProcessorOptions): Prefixes; export declare function processCssVariables(rawCssVars: string, variablePrefix: string): string;