Skip to content

Type Alias: IconValue

ts
type IconValue = string | (string | [string, number])[] | JSXComponent;