UNPKG

react-native-svg

Version:
13 lines (12 loc) 365 B
/// <reference types="react" /> import { TransformProps } from '../lib/extract/types'; import Shape from './Shape'; import './TSpan'; export default class Text extends Shape<{}> { static displayName: string; setNativeProps: (props: Object & { matrix?: number[]; style?: [] | {}; } & TransformProps) => void; render(): JSX.Element; }