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