UNPKG

@mcmhomes/panorama-viewer

Version:
22 lines (20 loc) 1.89 kB
/** * This file can be used to import the low-level vanilla-js functionality of this package. This will not include any React components or hooks. */ /** * @typedef {import('./components/PanoramaViewerUtils.jsx').ThumbnailOptions} ThumbnailOptions * @typedef {import('./components/PanoramaViewerUtils.jsx').AvailableThumbnailFunction} AvailableThumbnailFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').LocationThumbnailFunction} LocationThumbnailFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').StyleThumbnailFunction} StyleThumbnailFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').SkuGroupThumbnailFunction} SkuGroupThumbnailFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').SkuThumbnailFunction} SkuThumbnailFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').ThumbnailFunctions} ThumbnailFunctions * * @typedef {import('./components/PanoramaViewerUtils.jsx').AvailableNamesFunction} AvailableNamesFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').LocationNamesFunction} LocationNamesFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').StyleNamesFunction} StyleNamesFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').SkuGroupNamesFunction} SkuGroupNamesFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').SkuNamesFunction} SkuNamesFunction * @typedef {import('./components/PanoramaViewerUtils.jsx').NamesFunctions} NamesFunctions */ export {getAvailableLocationIds, getAvailableSkus, getAvailableSkusGrouped, getAvailableStyleIds, getCurrentLocationId, getCurrentSkus, getCurrentSkusGrouped, getCurrentStyleId, getDefaultLocationId, getDefaultSkus, getDefaultSkusGrouped, getDefaultStyleId, getHomeRenderDate, getHomeVersion, getHomeVersionDate, getNames, getThumbnails} from './components/PanoramaViewerUtils.jsx';