import { WEBMAP_NAMESPACE, webmapTranslations } from '@opengeoweb/webmap'; import webmapReactTranslations from '../locales/webmap-react.json'; import TimeContext from './lib/components/OpenLayers/context/TimeContext'; import type { TimeContextType } from './lib/components/OpenLayers/types/Timespan'; import { makeTimeList } from './lib/components/OpenLayers/utils/makeDimValuesToPrefetch'; import { TimeawareImageSource } from './lib/components/OpenLayers/utils/TimeawareImageSource'; export * from './lib'; export { webmapReactTranslations }; export { WEBMAP_NAMESPACE, webmapTranslations }; export { TimeContext, TimeawareImageSource, makeTimeList }; export type { TimeContextType };