UNPKG

@gympass/yoga-illustrations

Version:
4 lines (2 loc) 117 B
import type { JSX, SVGProps } from 'react'; type SVGWebComponent = (props: SVGProps<SVGSVGElement>) => JSX.Element;