UNPKG

react-native-svg

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