UNPKG

234 BTypeScriptView Raw
1/**
2 * @internal These variables should not appear in the :root stylesheet when the `defaultColorScheme="dark"`
3 */
4declare const excludeVariablesFromRoot: (cssVarPrefix?: string) => string[];
5export default excludeVariablesFromRoot;