Skip to content

Commit

Permalink
Fixes interface export for CameraComponentParams WhitestormJS#327
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed Oct 16, 2017
1 parent 2e9bf9b commit a87e073
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 a87e073

Please sign in to comment.