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