@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
15 lines • 393 B
TypeScript
/**
* PropertyFieldColorPickerHost properties interface
*/
export interface IPropertyPanePropertyEditorHostProps {
webpart: any;
}
/**
* PropertyFieldColorPickerHost state interface
*/
export interface IPropertyPanePropertyEditorHostState {
errorMessage?: string;
openPanel?: boolean;
propertiesJson?: string;
}
//# sourceMappingURL=IPropertyPanePropertyEditorHost.d.ts.map