UNPKG
@mithril-icons/entypo
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Mithril icons generated from http://www.entypo.com/
mithril-icons.com/entypo
mithril-icons/builder
@mithril-icons/entypo
/
icons
/
Image.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
import
m
from
'mithril'
;
import
{
SVGAttributes
}
from
'../svg'
;
declare
const
Image
: m.
Component
<
SVGAttributes
>;
export
default
Image
;