import { EditorOptions } from "@tiptap/react"; import { StackPropsBase } from "tamagui"; export type LmRichTextProps = { options?: Partial; onChange?: (text: string) => void; value?: string; containerProps?: StackPropsBase; }; //# sourceMappingURL=richTextTypes.d.ts.map