11 lines
544 B
TypeScript
11 lines
544 B
TypeScript
import type { PluginTheme } from './PluginInterfaces.js';
|
|
/**
|
|
* Generates a CSS block that overrides the folds vanilla-extract design tokens
|
|
* for a given theme class name.
|
|
*
|
|
* NOTE: The `--oq6d07*` variable names are stable compiled identifiers for the
|
|
* version of the `folds` design system used in Paarrot. They will need updating
|
|
* if folds is upgraded to a version that recompiles its theme contract.
|
|
*/
|
|
export declare function generateThemeCSS(className: string, theme: PluginTheme): string;
|
|
//# sourceMappingURL=theme-css.d.ts.map
|