UNPKG
@hugeicons/vue
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
HugeIcons Pro Vue Component Library https://hugeicons.com
hugeicons.com
@hugeicons/vue
/
dist
/
types
/
index.d.ts
10 lines
(7 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
App
}
from
'vue'
;
export
{
default
as
HugeiconsIcon
}
from
'./components/HugeiconsIcon.vue'
;
export
{
IconArray
,
IconElement
}
from
'./types.js'
;
declare
const
HugeiconsPlugin
: {
install
:
(
app
:
App
) =>
void
; };
export
{
HugeiconsPlugin
,
HugeiconsPlugin
as
default
};