mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 01:41:05 +03:00
Added additional module exports
This commit is contained in:
parent
8728e12242
commit
8847561795
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ type ConfettiParticle = {
|
|||
tiltAngle: number,
|
||||
}
|
||||
|
||||
const DefaultOptions: ConfettiOptions = {
|
||||
export const DefaultOptions: ConfettiOptions = {
|
||||
//set max confetti count
|
||||
maxCount: 150,
|
||||
//syarn addet the particle animation speed
|
||||
|
|
Loading…
Reference in a new issue