UNPKG

@queuedash/ui

Version:

A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue

7 lines 241 B
type JSONEditorProps = { value: string; onChange: (value: string) => void; }; export declare const JSONEditor: ({ value, onChange }: JSONEditorProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=JSONEditor.d.ts.map