@livetiles/reach-plugin-types 0.5.0-preview.893 → 0.5.0-preview.895

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.d.ts +3 -2
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -10784,9 +10784,10 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/EnhancedRic
10784
10784
  content?: string;
10785
10785
  formattedContent?: string;
10786
10786
  }
10787
- export interface EnhancedRichTextEditorContentRef {
10787
+ export interface EnhancedRichTextEditorRef {
10788
10788
  getContent: () => EnhancedRichTextEditorContent;
10789
10789
  getContentRef: () => React.MutableRefObject<HTMLDivElement>;
10790
+ getEditor: () => IEditor;
10790
10791
  }
10791
10792
  interface EnhancedRichTextEditorProps {
10792
10793
  autofocus?: FocusPosition;
@@ -10807,7 +10808,7 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/EnhancedRic
10807
10808
  shortcuts?: string[];
10808
10809
  useHardBreak?: boolean;
10809
10810
  }
10810
- const _default: import("react").ForwardRefExoticComponent<EnhancedRichTextEditorProps & import("react").RefAttributes<EnhancedRichTextEditorContentRef>>;
10811
+ const _default: import("react").ForwardRefExoticComponent<EnhancedRichTextEditorProps & import("react").RefAttributes<EnhancedRichTextEditorRef>>;
10811
10812
  export default _default;
10812
10813
  }
10813
10814
  declare module "libs/reach/feature/content/src/reach-2/common/editor/CommentRichTextEditor" {
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.893",
7
+ "version": "0.5.0-preview.895",
8
8
  "dependencies": {}
9
9
  }