UNPKG

@plait/angular-text

Version:

Text processing implementation, supports commonly used rich text formats, such as font size, color, bold, italics, etc.

5 lines (4 loc) 238 B
import { Editor, Path } from 'slate'; import { AngularEditor } from 'slate-angular'; export declare const withInlineMove: <T extends AngularEditor>(editor: T) => T; export declare const isInline: (editor: Editor, path?: Path) => boolean;