UNPKG

368 BTypeScriptView Raw
1/// <reference types="react" />
2declare const _default: () => () => {
3 /**
4 * Fires when any Reactotron message arrives.
5 *
6 * @param {object} command The Reactotron command object.
7 */
8 onCommand: (command: any) => void;
9 features: {
10 overlay: (WrappedComponent: any) => (props: any) => JSX.Element;
11 };
12};
13export default _default;