UNPKG

rozenite-custom-commands

Version:

Add and execute custom commands in React Native via React Native DevTools powered by Rozenite

4 lines (3 loc) 271 B
import { CustomCommandsEventMap } from '../shared/messaging'; import { CustomCommand } from '../shared/types'; export declare const useCustomCommands: (commands: CustomCommand[]) => import('@rozenite/plugin-bridge').RozeniteDevToolsClient<CustomCommandsEventMap> | null;