UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

14 lines (13 loc) 301 B
import { MarkExtension } from "../../MarkExtension"; export default class Superscript extends MarkExtension { get name(): string; get schema(): any; keys({ type }: { type: any; }): { "Mod-.": any; }; commands({ type }: { type: any; }): () => any; }