import { TableOptions } from "@tiptap/extension-table"; //#region src/extensions/rich-text/rich-text-table.d.ts /** * The options available to customize the `Table` extension, omitting all resizing-related options * since column widths cannot be represented in the GFM table syntax, and would otherwise be * silently lost when the editor content is serialized to Markdown. */ type RichTextTableOptions = Omit; //#endregion export type { RichTextTableOptions }; //# sourceMappingURL=rich-text-table.d.ts.map