KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TokenOrValue
Type Alias TokenOrValue
TokenOrValue
:
|
{
type
:
"token"
;
value
:
Token
}
|
{
type
:
"color"
;
value
:
CssColor
}
|
{
type
:
"unresolved-color"
;
value
:
UnresolvedColor
}
|
{
type
:
"url"
;
value
:
Url
}
|
{
type
:
"var"
;
value
:
Variable
}
|
{
type
:
"env"
;
value
:
EnvironmentVariable
}
|
{
type
:
"function"
;
value
:
Function
}
|
{
type
:
"length"
;
value
:
LengthValue
}
|
{
type
:
"angle"
;
value
:
Angle
}
|
{
type
:
"time"
;
value
:
Time
}
|
{
type
:
"resolution"
;
value
:
Resolution
}
|
{
type
:
"dashed-ident"
;
value
:
String
}
|
{
type
:
"animation-name"
;
value
:
AnimationName
}
A raw CSS token, or a parsed value.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...
A raw CSS token, or a parsed value.