Skip to content

Commit 9961d24

Browse files
authored
Merge pull request #335 from WhitestormJS/#327
Fixes interface export for CameraComponentParams #327
2 parents 94cc581 + a87e073 commit 9961d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/core/CameraComponent.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Component} from './Component';
22
import {CompositionError} from '../core';
33
import {Object3D} from 'three';
44

5-
export export interface CameraComponentParams {
5+
export interface CameraComponentParams {
66
build?: boolean;
77

88
position?: {

0 commit comments

Comments
 (0)