# Type alias ThemeProviderProps

ThemeProviderProps: PropsWithChildren< { theme: ThemeOid | ThemeSettings; } >

Props for ThemeProvider component.

Two options are supported:

(1) ThemeOid -- Theme identifier as defined in the Sisense application (Admin page > Look and Feel). See Sisense documentation for more details.

OR

(2) ThemeSettings -- Custom theme settings that override the default theme settings.