UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 162 B
import { MarkExtension } from "../../MarkExtension"; export default class AnchorLinkNode extends MarkExtension { get name(): string; get schema(): any; }