UNPKG

360 BTypeScriptView Raw
1import { Reactotron, ReactotronCore } from 'reactotron-core-client';
2export interface NetworkingOptions {
3 ignoreContentTypes?: RegExp;
4 ignoreUrls?: RegExp;
5}
6declare const _default: <ReactotronSubtype = ReactotronCore>(pluginConfig?: NetworkingOptions) => (reactotron: Reactotron<ReactotronSubtype> & ReactotronSubtype) => {};
7export default _default;