tangled
alpha
login
or
join now
ajamesphillips.com
/
leaflet
forked from
leaflet.pub/leaflet
a tool for shared writing and social publishing
0
fork
atom
overview
issues
pulls
pipelines
leaflet
/
components
/
Icons
/
Props.ts
at
debug/datetime
84 B
view raw
1
import
type
{
SVGProps
}
from
"react"
;
2
export
type
Props
=
SVGProps
<
SVGSVGElement
>
;