UNPKG

@tsparticles/interaction-external-push

Version:

tsParticles push external interaction

5 lines (4 loc) 244 B
import { type Engine } from "@tsparticles/engine"; export declare function loadExternalPushInteraction(engine: Engine, refresh?: boolean): Promise<void>; export * from "./Options/Classes/Push.js"; export * from "./Options/Interfaces/IPush.js";