Added additional module exports

pull/21833/head
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 dis from '../../../../dispatcher/dispatcher';
import ICanvasEffect from './ICanvasEffect.js'; import ICanvasEffect from './ICanvasEffect.js';
type EffectsOverlayProps = { export type EffectsOverlayProps = {
roomWidth: number; roomWidth: number;
} }

View File

@ -27,7 +27,7 @@ type ConfettiParticle = {
tiltAngle: number, tiltAngle: number,
} }
const DefaultOptions: ConfettiOptions = { export const DefaultOptions: ConfettiOptions = {
//set max confetti count //set max confetti count
maxCount: 150, maxCount: 150,
//syarn addet the particle animation speed //syarn addet the particle animation speed