@mcmhomes/panorama-viewer
Version:
Provides React components to render panoramas.
15 lines (14 loc) • 1.75 kB
TypeScript
export type ThumbnailOptions = import("./components/PanoramaViewerUtils.jsx").ThumbnailOptions;
export type AvailableThumbnailFunction = import("./components/PanoramaViewerUtils.jsx").AvailableThumbnailFunction;
export type LocationThumbnailFunction = import("./components/PanoramaViewerUtils.jsx").LocationThumbnailFunction;
export type StyleThumbnailFunction = import("./components/PanoramaViewerUtils.jsx").StyleThumbnailFunction;
export type SkuGroupThumbnailFunction = import("./components/PanoramaViewerUtils.jsx").SkuGroupThumbnailFunction;
export type SkuThumbnailFunction = import("./components/PanoramaViewerUtils.jsx").SkuThumbnailFunction;
export type ThumbnailFunctions = import("./components/PanoramaViewerUtils.jsx").ThumbnailFunctions;
export type AvailableNamesFunction = import("./components/PanoramaViewerUtils.jsx").AvailableNamesFunction;
export type LocationNamesFunction = import("./components/PanoramaViewerUtils.jsx").LocationNamesFunction;
export type StyleNamesFunction = import("./components/PanoramaViewerUtils.jsx").StyleNamesFunction;
export type SkuGroupNamesFunction = import("./components/PanoramaViewerUtils.jsx").SkuGroupNamesFunction;
export type SkuNamesFunction = import("./components/PanoramaViewerUtils.jsx").SkuNamesFunction;
export type NamesFunctions = import("./components/PanoramaViewerUtils.jsx").NamesFunctions;
export { getAvailableLocationIds, getAvailableSkus, getAvailableSkusGrouped, getAvailableStyleIds, getCurrentLocationId, getCurrentSkus, getCurrentSkusGrouped, getCurrentStyleId, getDefaultLocationId, getDefaultSkus, getDefaultSkusGrouped, getDefaultStyleId, getHomeRenderDate, getHomeVersion, getHomeVersionDate, getNames, getThumbnails } from "./components/PanoramaViewerUtils.jsx";