UNPKG

222 BTypeScriptView Raw
1import type { IParticles } from "../Options/Interfaces/Particles/IParticles";
2/**
3 * @category Types
4 * [[include:Options/Particles/Group.md]]
5 */
6export declare type ParticlesGroups = {
7 [name: string]: IParticles;
8};