KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ParsedComponent
Type Alias ParsedComponent
ParsedComponent
:
|
{
type
:
"length"
;
value
:
Length
}
|
{
type
:
"number"
;
value
:
number
}
|
{
type
:
"percentage"
;
value
:
number
}
|
{
type
:
"length-percentage"
;
value
:
DimensionPercentageFor_LengthValue
}
|
{
type
:
"color"
;
value
:
CssColor
}
|
{
type
:
"image"
;
value
:
Image
}
|
{
type
:
"url"
;
value
:
Url
}
|
{
type
:
"integer"
;
value
:
number
}
|
{
type
:
"angle"
;
value
:
Angle
}
|
{
type
:
"time"
;
value
:
Time
}
|
{
type
:
"resolution"
;
value
:
Resolution
}
|
{
type
:
"transform-function"
;
value
:
Transform
}
|
{
type
:
"transform-list"
;
value
:
Transform
[]
}
|
{
type
:
"custom-ident"
;
value
:
String
}
|
{
type
:
"literal"
;
value
:
String
}
|
{
type
:
"repeated"
;
value
:
{
components
:
ParsedComponent
[]
;
multiplier
:
Multiplier
}
;
}
|
{
type
:
"token-list"
;
value
:
TokenOrValue
[]
}
A parsed value for a
SyntaxComponent
.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...
A parsed value for a SyntaxComponent.