UNPKG

reactotron-react-native

Version:

A development tool to explore, inspect, and diagnose your React Native apps.

13 lines 637 B
import React from "react"; import StorybookSwitcher from "./storybook"; /** * A plugin which provides .storybookSwitcher() on Reactotron. */ declare const _default: () => () => { onCommand: (command: import("lib/reactotron-core-contract/dist/typescript/commonjs/src").Command<import("lib/reactotron-core-contract/dist/typescript/commonjs/src").CommandTypeKey, any>) => void; features: { storybookSwitcher: (storybookUi: StorybookSwitcher["props"]["storybookUi"]) => (WrappedComponent: React.ComponentType<any>) => (props: any) => React.JSX.Element; }; }; export default _default; //# sourceMappingURL=index.d.ts.map