import type { IConfettiOptions } from "./IConfettiOptions.js"; import type { RecursivePartial } from "@tsparticles/engine"; export type ConfettiOptions = RecursivePartial; export * from "./confetti.js"; export type * from "./ConfettiParams.js";