Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
EnumTypeNode
Interface EnumTypeNode<TVariants, TSize>
interface
EnumTypeNode
<
TVariants
extends
EnumVariantTypeNode
[]
=
EnumVariantTypeNode
[]
,
TSize
extends
NestedTypeNode
<
NumberTypeNode
>
=
NestedTypeNode
<
NumberTypeNode
>
,
>
{
kind
:
"enumTypeNode"
;
size
:
TSize
;
variants
:
TVariants
;
}
Type Parameters
TVariants
extends
EnumVariantTypeNode
[]
=
EnumVariantTypeNode
[]
TSize
extends
NestedTypeNode
<
NumberTypeNode
>
=
NestedTypeNode
<
NumberTypeNode
>
Index
Properties
kind
size
variants
Properties
Readonly
kind
kind
:
"enumTypeNode"
Readonly
size
size
:
TSize
Readonly
variants
variants
:
TVariants
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
size
variants
Coda by Ian Macalinao
Loading...