UNPKG

156 BTypeScriptView Raw
1import { MarkSpec } from 'prosemirror-model';
2/**
3 * @name em_mark
4 */
5export interface EmDefinition {
6 type: 'em';
7}
8export declare const em: MarkSpec;