@factorialco/f0-react 1.204.2 → 1.205.1
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/experimental.d.ts +1 -0
- package/dist/experimental.js +23023 -14118
- package/package.json +5 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -3919,6 +3919,7 @@ export declare type RichTextDisplayHandle = HTMLDivElement;
|
|
|
3919
3919
|
export declare interface RichTextDisplayProps extends HTMLAttributes<HTMLDivElement> {
|
|
3920
3920
|
content: string;
|
|
3921
3921
|
className?: string;
|
|
3922
|
+
format?: "html" | "markdown";
|
|
3922
3923
|
}
|
|
3923
3924
|
|
|
3924
3925
|
export declare const RichTextEditor: ForwardRefExoticComponent<RichTextEditorProps & RefAttributes<RichTextEditorHandle>> & {
|