@moontra/moonui-pro 2.30.9 → 2.30.11
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/dist/index.d.ts +1 -1
- package/dist/index.global.js +93 -93
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +16 -10
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2097,7 +2097,7 @@ interface RichTextEditorProps {
|
|
|
2097
2097
|
aiConfig?: EditorAIConfig;
|
|
2098
2098
|
persistAISettings?: boolean;
|
|
2099
2099
|
}
|
|
2100
|
-
declare function RichTextEditor({ placeholder, className, height, features, aiConfig, persistAISettings, }: RichTextEditorProps): react_jsx_runtime.JSX.Element | null;
|
|
2100
|
+
declare function RichTextEditor({ value, onChange, placeholder, className, height, features, aiConfig, persistAISettings, }: RichTextEditorProps): react_jsx_runtime.JSX.Element | null;
|
|
2101
2101
|
|
|
2102
2102
|
interface MemoryConfig {
|
|
2103
2103
|
chunkSize?: number;
|