reactotron-redux
Version:
A Reactotron plugin for Redux.
13 lines (12 loc) • 394 B
TypeScript
/// <reference types="jest" />
export declare const defaultReactotronMock: {
startTimer: jest.Mock<any, any>;
configure: jest.Mock<any, any>;
close: jest.Mock<any, any>;
connect: jest.Mock<any, any>;
send: jest.Mock<any, any>;
display: jest.Mock<any, any>;
reportError: jest.Mock<any, any>;
use: jest.Mock<any, any>;
onCustomCommand: jest.Mock<any, any>;
};