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 { IPropertyFieldSliderWithCalloutPropsInternal, IPropertyFieldSliderWithCalloutProps } from './IPropertyFieldSliderWithCallout'; export declare function PropertyFieldSliderWithCallout(targetProperty: string, properties: IPropertyFieldSliderWithCalloutProps): IPropertyPaneField<IPropertyFieldSliderWithCalloutPropsInternal>; //# sourceMappingURL=PropertyFieldSliderWithCallout.d.ts.map