Skip to content

Commit dafbd8f

Browse files
authored
Merge pull request #25 from tschmidt01/main
Export Autorotate Plugin
2 parents 93af0c4 + 9873658 commit dafbd8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
} from "@photo-sphere-viewer/core"
2424
import "./styles.css"
2525
import "@photo-sphere-viewer/core/index.css"
26-
import { AutorotatePlugin } from "@photo-sphere-viewer/autorotate-plugin"
26+
import { AutorotatePlugin, AutorotatePluginConfig } from "@photo-sphere-viewer/autorotate-plugin"
2727
import { MarkersPlugin, MarkersPluginConfig } from "@photo-sphere-viewer/markers-plugin"
2828
import { CompassPlugin, CompassPluginConfig } from "@photo-sphere-viewer/compass-plugin"
2929
import { GalleryPlugin, GalleryPluginConfig } from "@photo-sphere-viewer/gallery-plugin"
@@ -418,6 +418,7 @@ const ReactPhotoSphereViewer = forwardRef((options: Props, ref: unknown): React.
418418

419419
export {
420420
ReactPhotoSphereViewer,
421+
AutorotatePlugin, AutorotatePluginConfig,
421422
MarkersPlugin, MarkersPluginConfig,
422423
CompassPlugin, CompassPluginConfig,
423424
GalleryPlugin, GalleryPluginConfig,

0 commit comments

Comments
 (0)