import { HeadlessEditor, Plugin } from 'headless-json-editor'; /** * register a plugin-instance to json-editor * Note: plugins having a state will be reset */ export declare function useEditorPlugin(editor?: E | null, plugin?: T, options?: Parameters[1]): ReturnType | undefined;