UNPKG

@cantoo/rn-svg

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