UNPKG

react-native-svg

Version:
7 lines (6 loc) 172 B
/// <reference types="react" /> import Shape from './Shape'; export default class ClipPath extends Shape<{}> { static displayName: string; render(): JSX.Element; }