spfx-propertypane-filepicker
Version:
A file picker for SPFX webparts property panes
5 lines • 348 B
TypeScript
import { IPropertyPaneCustomFieldProps } from '@microsoft/sp-property-pane';
import { IPropertyPaneFilePickerProps } from './IPropertyPaneFilePickerProps';
export interface IPropertyPaneFilePickerInternalProps extends IPropertyPaneFilePickerProps, IPropertyPaneCustomFieldProps {
}
//# sourceMappingURL=IPropertyPaneFilePickerInternalProps.d.ts.map