UNPKG
@gympass/yoga-illustrations
Version:
latest (0.7.3)
0.7.3
0.7.1
0.5.3
0.5.2
0.5.1
0.5.0
0.1.1
Yoga illustrations package
github.com/gympass/yoga/tree/master/packages/illustrations
gympass/yoga
@gympass/yoga-illustrations
/
typings
/
index.d.ts
4 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
import
type
{
JSX
,
SVGProps
}
from
'react'
;
type
SVGWebComponent
=
(
props
:
SVGProps
<
SVGSVGElement
>
) =>
JSX
.
Element
;