UNPKG

react-native-svg

Version:
12 lines (11 loc) 269 B
import { Component } from 'react'; declare type StopProps = { parent?: Component; }; export default class Stop extends Component<StopProps, {}> { props: StopProps; static displayName: string; setNativeProps: () => void; render(): null; } export {};