UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

19 lines (18 loc) 444 B
import { NodeExtension } from "../../NodeExtension"; export default class BlockquoteNode extends NodeExtension { get name(): string; get schema(): any; commands({ type, schema }: { type: any; schema: any; }): () => any; keys({ type }: { type: any; }): { "Ctrl->": any; }; inputRules({ type }: { type: any; }): any[]; compareNumber(a: number, b: number): number; }