@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
20 lines (18 loc) • 1.07 kB
TypeScript
/**
* 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 { 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";
/**
* This will auto build all allowable FPSPropPane Groups
* With the exception of WebPartInfoGroup which typically is created separately
* @param thisWPClass
*/
export declare function getAllDefaultFPSFeatureGroups(thisWPClass: IThisFPSWebPartClass): IPropertyPaneGroup[];
//# sourceMappingURL=AllDefaultFPSGroups.d.ts.map