TS CSSVars - API Reference • Docs
TS CSSVars - API Reference / NonEmptyArray
Type Alias: NonEmptyArray<T>
NonEmptyArray<
T
>: [T
,...T[]
]
Helpful alias to define arrays which contain at leas one element.
Type Parameters
• T
TS CSSVars - API Reference • Docs
TS CSSVars - API Reference / NonEmptyArray
NonEmptyArray<
T
>: [T
,...T[]
]
Helpful alias to define arrays which contain at leas one element.
• T