import { TParamsFromConfigWithDependencies, TReactiveFactory } from '../../Abstract'; import { TParticlesConfig } from './TParticlesConfig'; import { TParticlesConfigToParamsDependencies } from './TParticlesConfigToParamsDependencies'; import { TParticlesParams } from './TParticlesParams'; import { TParticlesServiceDependencies } from './TParticlesServiceDependencies'; import { TParticlesWrapper } from './TParticlesWrapper'; export type TParticlesFactory = TReactiveFactory & TParamsFromConfigWithDependencies;