UNPKG

339 BTypeScriptView Raw
1export interface OpenInEditorOptions {
2 url?: string;
3}
4declare const openInEditor: (pluginConfig?: OpenInEditorOptions) => () => {
5 onCommand: (command: import("lib/reactotron-core-contract/dist/types/src").Command<import("lib/reactotron-core-contract/dist/types/src").CommandTypeKey, any>) => void;
6};
7export default openInEditor;