CDP Frontend SDK
Preparing search index...
@coinbase/cdp-react
ThemeProviderProps
Type Alias ThemeProviderProps
Props for the ThemeProvider component.
type
ThemeProviderProps
=
{
children
:
ReactNode
;
className
?:
string
;
style
?:
CSSProperties
;
theme
?:
Partial
<
Theme
>
;
}
Index
Properties
children
class
Name?
style?
theme?
Properties
children
children
:
ReactNode
Optional
class
Name
className
?:
string
Optional
style
style
?:
CSSProperties
Optional
theme
theme
?:
Partial
<
Theme
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
class
Name
style
theme
CDP Frontend SDK
Loading...
Props for the ThemeProvider component.