Preparing search index...
The search index is not available
React18 Loaders
React18 Loaders
server/force-theme/force-theme
<internal>
ForceThemeProps
Interface ForceThemeProps
interface
ForceThemeProps
{
children
?:
ReactNode
;
colorScheme
?:
"dark"
|
"light"
;
styles
?:
Record
<
string
,
string
>
;
tag
?:
undefined
;
theme
?:
string
;
}
Hierarchy
HTMLProps
<
HTMLElement
>
ForceThemeProps
Index
Properties
children?
color
Scheme?
styles?
tag?
theme?
Properties
Optional
children
children
?:
ReactNode
Optional
color
Scheme
colorScheme
?:
"dark"
|
"light"
Optional
styles
styles
?:
Record
<
string
,
string
>
provide styles object if you are using CSS/SCSS modules.
Optional
tag
tag
?:
undefined
Default Value
'div'
Copy
Optional
theme
theme
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
color
Scheme
styles
tag
theme
React18 Loaders
Loading...
provide styles object if you are using CSS/SCSS modules.