UNPKG

@cantoo/rn-svg

Version:
9 lines 220 B
import React from 'react'; import Shape from './Shape'; export default class Path extends Shape<{ d?: string; }> { static displayName: string; render(): React.JSX.Element; } //# sourceMappingURL=Path.d.ts.map