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