UNPKG

172 BTypeScriptView Raw
1import { MarkSpec } from 'prosemirror-model';
2/**
3 * @name strike_mark
4 */
5export interface StrikeDefinition {
6 type: 'strike';
7}
8export declare const strike: MarkSpec;