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