Skip to content
@nhtio/common-vue
Search
K
Main Navigation
Home
Quick Start
API
Appearance
Menu
Return to top
On this page
Type Alias: IconValue
ts
type
IconValue
=
string
|
(
string
|
[
string
,
number
])[]
|
JSXComponent
;