UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

15 lines (14 loc) 1.07 kB
/// <reference types="react" /> import { SupportedColorScheme } from './experimental_extendTheme'; declare const shouldSkipGeneratingVar: (keys: string[]) => boolean; declare const CssVarsProvider: (props: import("react").PropsWithChildren<Partial<import("@mui/system").CssVarsProviderConfig<SupportedColorScheme>> & { theme?: { cssVarPrefix?: string | undefined; colorSchemes: Record<SupportedColorScheme, Record<string, any>>; } | undefined; documentNode?: Document | null | undefined; colorSchemeNode?: Document | HTMLElement | null | undefined; colorSchemeSelector?: string | undefined; storageWindow?: Window | null | undefined; }>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, useColorScheme: () => import("@mui/system").ColorSchemeContextValue<SupportedColorScheme>, getInitColorSchemeScript: typeof import("@mui/system").getInitColorSchemeScript; export { useColorScheme, getInitColorSchemeScript, shouldSkipGeneratingVar, CssVarsProvider as Experimental_CssVarsProvider, };