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