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; /** * Custom extension that extends the built-in `Strike` extension to overwrite the default keyboard. */ //#endregion export { type RichTextStrikethroughOptions }; //# sourceMappingURL=rich-text-strikethrough.d.ts.map