UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

18 lines (17 loc) 1.05 kB
/** * CodeAnalizerComment: Updated 4 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 { IPropertyPaneField } 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;' * Update:: import { IMinWPBannerProps } to '@mikezimm/fps-core-v7/lib/banner/interfaces/MinWP/IMinWPBannerProps;' */ 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'; /** * * @param thisWPClass * @returns */ export declare function LockPropsEditGroup(thisWPClass: IThisFPSWebPartClass): IPropertyPaneGroup; export declare function LockPropsMessageGroup(thisWPClass: IThisFPSWebPartClass): IPropertyPaneGroup; //# sourceMappingURL=LockPropsGroup.d.ts.map