Trevixal API
Preparing search index...
@trevixal/ui
CustomThemeInput
Interface CustomThemeInput
interface
CustomThemeInput
{
base
?:
"light"
|
"dark"
;
label
?:
string
;
name
?:
string
;
tokens
:
Readonly
<
Record
<
string
,
string
>
>
;
}
Index
Properties
base?
label?
name?
tokens
Properties
Optional
Readonly
base
base
?:
"light"
|
"dark"
Optional
Readonly
label
label
?:
string
Optional
Readonly
name
name
?:
string
Readonly
tokens
tokens
:
Readonly
<
Record
<
string
,
string
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
label
name
tokens
Trevixal API
Loading...