UNPKG
jtljia-icons
Version:
latest (0.0.1)
0.0.1
icons
jtljia-icons
/
dist
/
types
/
components
/
icons.d.ts
10 lines
(9 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Component
}
from
'vue'
;
export
interface
Icon
{
name
:
string
;
zhName
:
string
;
component
:
Component
;
version
:
string
; }
declare
const
icons
:
Icon
[];
export
default
icons;