@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
9 lines • 460 B
TypeScript
import { IFileDropBoxWPProps, IFileDropBoxProps } from './IFileDropBoxProps';
/**
* This will convert wpProps to IFileDropBoxProps
* Be sure to add your fileNameHandleBars object in the web part similar to SPFx-Image-Form
* @param properties
* @returns
*/
export declare function convertFileDropWPPropsToFileDropBoxProps(properties: IFileDropBoxWPProps): IFileDropBoxProps;
//# sourceMappingURL=convertFileDropWPPropsToFileDropBoxProps.d.ts.map