UNPKG

rozenite-custom-commands

Version:

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

7 lines (6 loc) 250 B
import { CustomCommandUI } from '../shared/types'; export declare const sortCommandsCategories: (commands: CustomCommandUI[]) => { categorized: Record<string, CustomCommandUI[]>; uncategorized: CustomCommandUI[]; categories: string[]; };