UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

4 lines 458 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldToggleWithCalloutPropsInternal, IPropertyFieldToggleWithCalloutProps } from './IPropertyFieldToggleWithCallout'; export declare function PropertyFieldToggleWithCallout(targetProperty: string, properties: IPropertyFieldToggleWithCalloutProps): IPropertyPaneField<IPropertyFieldToggleWithCalloutPropsInternal>; //# sourceMappingURL=PropertyFieldToggleWithCallout.d.ts.map