UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension.

5 lines (4 loc) 237 B
import * as Models from '../../models'; export declare function updateSPContextInfo(omniaContextInfo: any): void; export declare function getSPContextInfo(): Models.IContextInfo; export declare function refreshSPContextInfo(): void;