UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

15 lines 1.05 kB
/// <reference types="react" /> import { IPropertyPaneGroup } from '@microsoft/sp-property-pane'; import { IThisFPSWebPartClass } from '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152'; /** * PropertyPaneFpsPeoplePicker - replacement for { PropertyPaneWebPartInformation } from '@pnp/spfx-property-controls/lib/PropertyPaneWebPartInformation'; * Function-based implementation for the custom Property Pane field * Original use cases: BannerPropVisHelp, PivotTiles Groups Audience, PivotTiles Permissions Audience * @param thisWPClass * @param shortDescription * @param hideEasyToggle - Hide it here if you have it in it's own group * @param onPropertyPaneFieldChanged * @returns */ export declare function FPSWebPartInfoGroup(thisWPClass: IThisFPSWebPartClass, shortDescription: string | JSX.Element, onPropertyPaneFieldChanged: (propertyPath: string, oldValue: any, newValue: any) => Promise<void>, hideEasyToggle?: boolean): IPropertyPaneGroup; //# sourceMappingURL=FPSWebPartInfoGroup.d.ts.map