@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
4 lines • 356 B
TypeScript
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyPanePropertyEditorProps } from './IPropertyPanePropertyEditor';
export declare function PropertyPanePropertyEditor(properties: IPropertyPanePropertyEditorProps): IPropertyPaneField<IPropertyPanePropertyEditorProps>;
//# sourceMappingURL=PropertyPanePropertyEditor.d.ts.map