UNPKG

@cantoo/rn-svg

Version:
12 lines 295 B
import { Component } from 'react'; type StopProps = { parent?: Component; }; export default class Stop extends Component<StopProps, {}> { props: StopProps; static displayName: string; setNativeProps: () => void; render(): null; } export {}; //# sourceMappingURL=Stop.d.ts.map