Backstage
Docs
Github
Preparing search index...
@backstage/theme
transformV5ComponentThemesToV4
Function transformV5ComponentThemesToV4
transformV5ComponentThemesToV4
(
theme
:
Theme
,
components
?:
Components
<
Omit
<
Theme
,
"components"
>
>
|
undefined
,
)
:
{
overrides
:
Overrides
;
props
:
ComponentsProps
}
Transform Material UI v5 component themes into a v4 theme props and overrides.
Parameters
theme
:
Theme
components
:
Components
<
Omit
<
Theme
,
"components"
>
>
|
undefined
= {}
Returns
{
overrides
:
Overrides
;
props
:
ComponentsProps
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Transform Material UI v5 component themes into a v4 theme props and overrides.