UNPKG

@tsparticles/interaction-external-grab

Version:

tsParticles grab external interaction

7 lines (6 loc) 335 B
import { type Engine } from "@tsparticles/engine"; export declare function loadExternalGrabInteraction(engine: Engine): Promise<void>; export * from "./Options/Classes/Grab.js"; export * from "./Options/Classes/GrabLinks.js"; export type * from "./Options/Interfaces/IGrab.js"; export type * from "./Options/Interfaces/IGrabLinks.js";