UNPKG
iconsax-astro
Version:
latest (0.0.2)
0.0.2
0.0.1
iconsax icon pack for Astro framework
github.com/matt-pasek/iconsax-astro
matt-pasek/iconsax-astro
iconsax-astro
/
dist
/
types.d.ts
16 lines
(15 loc)
•
324 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
declare
module
'*.astro'
{
const
value
: { (
props
: {
'fill-rule'
?:
string
;
fill
?:
string
;
height
?:
number
|
string
;
size
?:
number
|
string
;
title
?:
string
;
viewBox
?:
string
;
width
?:
number
|
string
;
type
?:
string
;
color
?:
string
; }):
any
; }; }