UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 316 B
import { FilePickerStorageProviderContext, ILayoutFileContext, LayoutContextType } from "../models"; export declare class LayoutFileContext implements ILayoutFileContext { default: FilePickerStorageProviderContext; getContextByType: (type: new () => LayoutContextType) => FilePickerStorageProviderContext; }