@livetiles/reach-plugin-types 0.5.0-preview.920 → 0.5.0-preview.921
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.
- package/lib/index.d.ts +3 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -10803,6 +10803,9 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/EnhancedRic
|
|
|
10803
10803
|
characterLimit?: number;
|
|
10804
10804
|
className?: string;
|
|
10805
10805
|
footer?: (editor: Editor, clearContent: () => void, content: EnhancedRichTextEditorContent, getCharacterCount: () => number, recoverContent: (content: EnhancedRichTextEditorContent) => void) => JSX.Element;
|
|
10806
|
+
handleAddFiles?: (files?: {
|
|
10807
|
+
file: File;
|
|
10808
|
+
}[]) => Promise<void>;
|
|
10806
10809
|
header?: (clearContent: () => void) => JSX.Element;
|
|
10807
10810
|
initialContent: string;
|
|
10808
10811
|
isReadOnly?: boolean;
|