UNPKG

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