@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
26 lines (24 loc) • 1.48 kB
TypeScript
/**
* CodeAnalizerComment: Updated 3 imports on 2024-09-22 14:49:52
* Update:: import { IPropertyPaneField } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane;'
* Update:: import { fpsLogo326 } to '@mikezimm/fps-core-v7/lib/components/atoms/SVGIcons/fpsLogo326;'
* Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;'
*/
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-21 23:07:24
* Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;'
* Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;'
*/
import { IPropertyPaneGroup } from '@microsoft/sp-property-pane';
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IThisFPSWebPartClass } from '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152';
/**
*
* @param gitLinks
* @param shortDescription
* @param PropertyPaneWebPartInformation import { PropertyPaneWebPartInformation } from '@pnp/spfx-property-controls/lib/PropertyPaneWebPartInformation';
* @returns
*/
export declare function WebPartInfoGroup(thisWPClass: IThisFPSWebPartClass, shortDescription: any, PropertyPaneWebPartInformation: any): IPropertyPaneGroup;
export declare const PropPaneEasyModeToggle: IPropertyPaneField<any>;
//# sourceMappingURL=WebPartInfoGroup.d.ts.map