Types
- Theme — Generic theme type, to be used to define your custom theme types.
- ThemeableComponentProps — Interface to be complied by props of themeable components.
- ThemedComponent — Component created by themed() function.
- ThemedComponentFactory — A possible (legacy) return type of themed() function.
- ThemedComponentProps — Props accepted by a themed component (i.e. by a component wrapped with themed() function)
- ThemedOptions — Options accepted by themed() function.
- ThemeI — Base theme interface (look at Theme type first).
- ThemeMap — Map of themes.
- ThemePropsMapper — Signature of
mapThemePropsparameter accepted by themed() and ThemedComponent. - ThemeProviderProps — Props accepted by ThemeProvider.