UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 217 B
import { NodeExtension } from "../../../NodeExtension"; export default class Img extends NodeExtension { get name(): string; get schema(): any; commands({ type }: { type: any; }): () => any; }