Documentation
Preparing search index...
core/src
getThemeStyleTransitions
Function getThemeStyleTransitions
getThemeStyleTransitions
(
theme
:
Theme
,
themeStyleProps
:
ThemeStyleProps
,
)
:
Record
<
ThemeStyleTransition
,
(
condition
:
boolean
)
=>
ThemeStyleProps
>
Returns a mapping of
transitions
to
conditional prop getters
for the given
Theme
.
Parameters
theme
:
Theme
themeStyleProps
:
ThemeStyleProps
Returns
Record
<
ThemeStyleTransition
,
(
condition
:
boolean
)
=>
ThemeStyleProps
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Returns a mapping of transitions to conditional prop getters for the given
Theme.