UNPKG

166 BTypeScriptView Raw
1import type { IParticlesOptions } from "../Options/Interfaces/Particles/IParticlesOptions";
2export type ParticlesGroups = {
3 [name: string]: IParticlesOptions;
4};