UNPKG

react-native-svg

Version:
10 lines (9 loc) 222 B
/// <reference types="react" /> import Shape from './Shape'; export default class Path extends Shape<{ d?: string; }> { static displayName: string; render(): JSX.Element; } export declare const RNSVGPath: any;