sketches
Sketches
Brittni Watkins
Preparing search index...
palette-color
palette_color
PALETTE_COLOR_SCHEMA
Variable PALETTE_COLOR_SCHEMA
Const
PALETTE_COLOR_SCHEMA
:
ZodObject
<
{
DISCRIMINATOR
:
ZodReadonly
<
ZodEnum
<
{
I_PALETTE_COLOR
:
PALETTE_COLOR
}
>
>
;
HEX
:
ZodReadonly
<
ZodCustomStringFormat
<
"hex"
>
>
;
HSL
:
ZodOptional
<
ZodReadonly
<
ZodObject
<
{
H
:
ZodReadonly
<
ZodNumber
>
;
L
:
ZodReadonly
<
ZodNumber
>
;
S
:
ZodReadonly
<
ZodNumber
>
;
}
,
$strict
,
>
,
>
,
>
;
LUMINANCE
:
ZodOptional
<
ZodReadonly
<
ZodNumber
>
>
;
NAME
:
ZodReadonly
<
ZodString
>
;
RGB
:
ZodOptional
<
ZodReadonly
<
ZodObject
<
{
B
:
ZodReadonly
<
ZodNumber
>
;
G
:
ZodReadonly
<
ZodNumber
>
;
R
:
ZodReadonly
<
ZodNumber
>
;
}
,
$strict
,
>
,
>
,
>
;
}
,
$strict
,
>
= ...
Zod schema for validating that an object implements the
PaletteColor
type.
See
Discriminable
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Deprecated
Theme
OS
Light
Dark
Sketches
Brittni Watkins
sketches
Loading...
Zod schema for validating that an object implements the PaletteColor type.