UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 197 B
import { GuidValue } from "../models"; export declare class ManifestService { loadResourceManifestById(id: GuidValue): void; loadResourceManifestByElementName(elementName: string): void; }