@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
11 lines (10 loc) • 864 B
TypeScript
/**
* CodeAnalizerComment: Updated 3 imports on 2024-09-21 23:07:24
* Update:: import { check4This } to '@mikezimm/fps-core-v7/lib/logic/Links/CheckSearch;'
* Update:: import { IFPSFullPageImageFit } to '@mikezimm/fps-core-v7/lib/components/molecules/FullPageBackGround/interfaces/IFPSPageBGWPProps;'
* Update:: import { IFPSPageBGWPProps } to '@mikezimm/fps-core-v7/lib/components/molecules/FullPageBackGround/interfaces/IFPSPageBGWPProps;'
*/
import { IFPSPageBGWPProps } from "@mikezimm/fps-core-v7/lib/components/molecules/FullPageBackGround/interfaces/IFPSPageBGWPProps";
export declare function addCanvasBGImageComponent(webPartProps: IFPSPageBGWPProps, updates: number, _isSPA: boolean): number;
export declare function setQuickLaunchTransp(webPartProps: any, updates: number): number;
//# sourceMappingURL=addCanvasBGImageComponent.d.ts.map