/** * SharePoint Framework helper library to generate image urls optimized for delivery. * * @packagedocumentation */ import { UserPhotoSize } from '@msinternal/odsp-utilities/lib/alternativeUrls/SPAlternativeUrls'; export { CropMode as _CropMode } from './CropMode'; export { ImageHelper } from './ImageHelper'; export type { IImageHelperRequest } from './IImageHelperRequest'; export { PreviewUtility as _PreviewUtility, type IThumbnailDimension as _IThumbnailDimension } from './PreviewUtility'; export { PreviewHelper as _PreviewHelper } from './PreviewHelper'; export { SPResourcePath as _SPResourcePath, _SPResourcePathFormat } from './SPResourcePath'; export { _ThumbnailProviderType } from './ThumbnailProviderType'; export { _ThumbnailUrlGenerator as _ThumbnailUrlGeneratorClass, default as _ThumbnailUrlGenerator } from './ThumbnailUrlGenerator'; export type { IThumbnailRequest as _IThumbnailRequest } from './IThumbnailRequest'; export { UserPhotoSize as _UserPhotoSize }; export { CACHE_BREAKPOINT_S as _CACHE_BREAKPOINT_S, CACHE_BREAKPOINT_XL as _CACHE_BREAKPOINT_XL, getDeformationThumbnailWidth as _getDeformationThumbnailWidth } from './PreviewUtility'; //# sourceMappingURL=index.d.ts.map