@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
8 lines • 380 B
TypeScript
import { IPropertyFieldFolderPickerPropsInternal } from "./IPropertyFieldFolderPicker";
/**
* PropertyFieldFolderPickerHost properties interface
*/
export interface IPropertyFieldFolderPickerHostProps extends IPropertyFieldFolderPickerPropsInternal {
onChange: (targetProperty?: string, newValue?: any) => void;
}
//# sourceMappingURL=IPropertyFieldFolderPickerHost.d.ts.map