UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 520 B
import * as React from 'react'; import { IPropertyFieldColorPickerHostProps, IPropertyFieldColorPickerHostState } from './IPropertyFieldColorPickerHost'; export default class PropertyFieldColorPickerHost extends React.Component<IPropertyFieldColorPickerHostProps, IPropertyFieldColorPickerHostState> { constructor(props: IPropertyFieldColorPickerHostProps, state: IPropertyFieldColorPickerHostState); render(): JSX.Element; private onTogglePicker; } //# sourceMappingURL=PropertyFieldColorPickerHost.d.ts.map