UNPKG

spfx-propertypane-filepicker

Version:
5 lines 348 B
import { IPropertyPaneCustomFieldProps } from '@microsoft/sp-property-pane'; import { IPropertyPaneFilePickerProps } from './IPropertyPaneFilePickerProps'; export interface IPropertyPaneFilePickerInternalProps extends IPropertyPaneFilePickerProps, IPropertyPaneCustomFieldProps { } //# sourceMappingURL=IPropertyPaneFilePickerInternalProps.d.ts.map