UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

4 lines 367 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldGuidProps, IPropertyFieldGuidPropsInternal } from './IPropertyFieldGuid'; export declare function PropertyFieldGuid(targetProperty: string, properties: IPropertyFieldGuidProps): IPropertyPaneField<IPropertyFieldGuidPropsInternal>; //# sourceMappingURL=PropertyFieldGuid.d.ts.map