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
/
native
/
index.d.ts
5 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
JSX
}
from
'react'
;
import
type
{
SvgProps
}
from
'react-native-svg'
;
type
SVGNativeComponent
=
(
props
:
SvgProps
) =>
JSX
.
Element
;