rhino-editor
Version:
A custom element wrapped rich text editor
8 lines (7 loc) • 404 B
TypeScript
/**
* @TODO: ActiveStorage Gem
* This only exists because "<s>" isnt safe-listed.
* This can go away if an actiontext extension gem is shipped.
* https://github.com/ueberdosis/tiptap/blob/c729810767d374e4324e7f3ea84e2a65df18d622/packages/extension-strike/src/strike.ts#L62-L64
*/
export declare const CustomStrike: import("@tiptap/core").Mark<import("@tiptap/extension-strike").StrikeOptions, any>;