UNPKG

@slashid/react

Version:

React SDK for the /id platform

6 lines 418 B
import { ThemePublicVars } from "@slashid/react-primitives"; export type CssVariable = ThemePublicVars; export type CssVariableConfig = Partial<Record<ThemePublicVars, string | number>>; export declare const sanitiseCssVariableCustomisationConfig: (config: CssVariableConfig) => CssVariableConfig; export declare const getGoogleFontImports: (fontFamily: string) => string[]; //# sourceMappingURL=customisation.d.ts.map