UNPKG

336 BTypeScriptView Raw
1/// <reference types="react" />
2declare const _default: () => () => {
3 onCommand: (command: any) => void;
4 features: {
5 storybookSwitcher: (storybookUi: any) => (WrappedComponent: any) => (props: any) => JSX.Element;
6 };
7};
8/**
9 * A plugin which provides .storybookSwitcher() on Reactotron.
10 */
11export default _default;