UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

9 lines 261 B
export interface IPropertyFieldPasswordHostProps { value: string; label?: string; onChanged?: (newValue: any) => void; } export interface IPropertyFieldPasswordHostState { value: string; } //# sourceMappingURL=IPropertyFieldPasswordHost.d.ts.map