UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

7 lines (6 loc) 236 B
import { EditorExtension } from "../../EditorExtension"; export default class FormatClear extends EditorExtension { plugins: any[]; get name(): string; commands(): (context: any) => (state: any, dispatch: any) => boolean; }