UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 319 B
import { MarkExtension } from "../../../MarkExtension"; export default class LinkNode extends MarkExtension { get name(): string; get schema(): any; commands({ type }: { type: any; }): (attrs: any) => any; pasteRules({ type }: { type: any; }): any[]; get plugins(): any[]; }