diff --git a/declaration/PanoViewer.d.ts b/declaration/PanoViewer.d.ts index 88a60b4d3..a5dfcab35 100644 --- a/declaration/PanoViewer.d.ts +++ b/declaration/PanoViewer.d.ts @@ -126,7 +126,11 @@ declare class PanoViewer extends Component { }>): this; enableSensor(): Promise; disableSensor(): this; - enterVR(): Promise; + enterVR(options: { + requiredFeatures?: any[], + optionalFeatures?: any[], + [key: string]: any, + } = {}): Promise; exitVR(): this; }