@tsparticles/interaction-external-grab
Version:
tsParticles grab external interaction
7 lines (6 loc) • 344 B
TypeScript
import { type Engine } from "@tsparticles/engine";
export declare function loadExternalGrabInteraction(engine: Engine, refresh?: boolean): Promise<void>;
export * from "./Options/Classes/Grab.js";
export * from "./Options/Classes/GrabLinks.js";
export * from "./Options/Interfaces/IGrab.js";
export * from "./Options/Interfaces/IGrabLinks.js";