UNPKG

react-native-svg

Version:
11 lines (10 loc) 321 B
/// <reference types="react" /> import { TransformProps } from '../lib/extract/types'; import Shape from './Shape'; export default class G<P> extends Shape<P> { static displayName: string; setNativeProps: (props: Object & { matrix?: number[]; } & TransformProps) => void; render(): JSX.Element; }