UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

5 lines 337 B
import { IThisFPSWebPartClass } from "../../FPSWebPartClass/IThisFPSWebPartClass1152"; import { IFPSEnviro } from "./IFPSEnviro"; export declare function createFPSEnviroOnWindow(thisWPClass: IThisFPSWebPartClass, Environment: any): IFPSEnviro; export declare function retrieveFPSEnviro(): any; //# sourceMappingURL=FPSEnviro.d.ts.map