/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { ResizeSensorComponent } from './resize-sensor/resize-sensor.component'; export { ResizeBatchService } from './resize-sensor/resize-batch.service'; export { ResizeCompatService } from './resize-sensor/compat.service'; export { ResizeObserverService } from './resize-sensor/observer.service';