We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51976c commit 2e51989Copy full SHA for 2e51989
1 file changed
effects/particles/src/ParticlesDrawer.ts
@@ -21,13 +21,13 @@ interface IParticlesRateData {
21
quantity: RangeValue;
22
}
23
24
-interface ISpanParticlesData {
+interface ISpawnParticlesData {
25
particles?: RecursivePartial<IParticlesOptions>;
26
rate?: IParticlesRateData;
27
28
29
interface IParticlesData extends IShapeValues {
30
- spawn?: ISpanParticlesData;
+ spawn?: ISpawnParticlesData;
31
32
33
type ParticlesParticle = Particle & {
0 commit comments