UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

17 lines (15 loc) 1.05 kB
/** * CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52 * Update:: import { IPropertyPaneGroup } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane;' * Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;' */ /** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;' */ import { IPropertyPanePage } from '@microsoft/sp-property-pane'; import { IPropertyPaneGroup } from '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane'; import { IThisFPSWebPartClass } from '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152'; export declare function SpecialFinalPageGroups(thisWPClass: IThisFPSWebPartClass): IPropertyPaneGroup[]; export declare function SpecialFinalPage(thisWPClass: IThisFPSWebPartClass): IPropertyPanePage; //# sourceMappingURL=SpecialFinalPageGroups.d.ts.map