Added additional module exports

This commit is contained in:
Steffen Kolmer 2020-10-21 14:48:11 +02:00
parent 8728e12242
commit 8847561795
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import React, { FunctionComponent, useEffect, useRef } from 'react';
import dis from '../../../../dispatcher/dispatcher';
import ICanvasEffect from './ICanvasEffect.js';
type EffectsOverlayProps = {
export type EffectsOverlayProps = {
roomWidth: number;
}