@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
10 lines • 640 B
TypeScript
import * as React from 'react';
import { IPropertyFieldSwatchColorPickerHostProps, IPropertyFieldSwatchColorPickerHostState } from './IPropertyFieldSwatchColorPickerHost';
export default class PropertyFieldSwatchColorPickerHost extends React.Component<IPropertyFieldSwatchColorPickerHostProps, IPropertyFieldSwatchColorPickerHostState> {
constructor(props: IPropertyFieldSwatchColorPickerHostProps, state: IPropertyFieldSwatchColorPickerHostState);
render(): JSX.Element;
private renderSwatchColorPicker;
private onTogglePicker;
private selectedColorId;
}
//# sourceMappingURL=PropertyFieldSwatchColorPickerHost.d.ts.map