@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
14 lines (13 loc) • 1.23 kB
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52
* Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;'
*/
import { IThisFPSWebPartClass } from '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152';
import { IPerformanceOp } from '@mikezimm/fps-core-v7/lib/components/molecules/Performance/IPerformance';
export declare function updateSectionBGStyles(op: string, thisWPClass: IThisFPSWebPartClass): IPerformanceOp;
export declare function addWebPartBackground(webPartProps: any, sectionNo: number, CanvasZone: Element, updates: number, context: any): number;
export declare function addSectionStyles(webPartProps: any, sectionNo: number, CanvasZone: Element, updates: number): number;
export declare function addSectionImage(webPartProps: any, sectionNo: number, CanvasZone: Element, updates: number): number;
export declare function addWebPartPadding(webPartProps: any, sectionNo: number, CanvasZone: Element, updates: number): number;
export declare function forceWhiteText(webPartProps: any, sectionNo: number, CanvasZone: Element, updates: number): number;
//# sourceMappingURL=SectionStyles.d.ts.map