UNPKG

react-native-svg

Version:
12 lines (11 loc) 283 B
/// <reference types="react" /> import Shape from './Shape'; export default class Symbol extends Shape<{ id?: string; viewBox?: string; preserveAspectRatio?: string; }> { static displayName: string; render(): JSX.Element; } export declare const RNSVGSymbol: any;