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