UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

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