UNPKG

@tsparticles/interaction-external-repulse

Version:

tsParticles repulse external interaction

5 lines (4 loc) 172 B
import type { IModeDiv } from "@tsparticles/engine"; import type { IRepulseBase } from "./IRepulseBase.js"; export interface IRepulseDiv extends IRepulseBase, IModeDiv { }