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