Skip to content

Commit

Permalink
Merge pull request WhitestormJS#335 from WhitestormJS/WhitestormJS#327
Browse files Browse the repository at this point in the history
Fixes interface export for CameraComponentParams WhitestormJS#327
  • Loading branch information
sasha240100 authored Oct 16, 2017
2 parents 94cc581 + a87e073 commit 9961d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/core/CameraComponent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Component} from './Component';
import {CompositionError} from '../core';
import {Object3D} from 'three';

export export interface CameraComponentParams {
export interface CameraComponentParams {
build?: boolean;

position?: {
Expand Down

0 comments on commit 9961d24

Please sign in to comment.