useGetEditor.d.ts 283 B

12345
  1. /// <reference types="react" />
  2. import type { EditorInfoCtx } from './types';
  3. export declare const editorInfoContext: import("react").Context<EditorInfoCtx>;
  4. export declare function useGetEditor(): import("react").RefObject<HTMLDivElement>;
  5. //# sourceMappingURL=useGetEditor.d.ts.map