UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

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