@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
4 lines • 404 B
TypeScript
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