UNPKG

@zodiac-ui/editor

Version:

A rich text editor for Angular based on `@atlaskit/editor-core`.

4 lines (3 loc) 170 B
import { Command } from "../../../lib/interfaces/command"; export declare const toggleSubscript: () => Command; export declare const toggleSuperscript: () => Command;