Skip to main content

ThemeProviderProps

ThemeProviderProps = PropsWithChildren<{ className?: string; inherit?: boolean; style?: CSSProperties; theme?: ThemeContext; vars?: ThemeVars; }>