UNPKG

react-native-svg

Version:
11 lines (10 loc) 244 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; }