UNPKG

@gympass/yoga-illustrations

Version:
5 lines (3 loc) 145 B
import type { JSX } from 'react'; import type { SvgProps } from 'react-native-svg'; type SVGNativeComponent = (props: SvgProps) => JSX.Element;