import { StrikeOptions } from "@tiptap/extension-strike"; //#region src/extensions/rich-text/rich-text-strikethrough.d.ts /** * The options available to customize the `RichTextStrikethrough` extension. */ type RichTextStrikethroughOptions = StrikeOptions; //#endregion export type { RichTextStrikethroughOptions }; //# sourceMappingURL=rich-text-strikethrough.d.ts.map