UNPKG

react-native-svg

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