UNPKG

214 BTypeScriptView Raw
1import type { IConfettiOptions } from "./IConfettiOptions";
2import type { RecursivePartial } from "tsparticles-engine";
3export type ConfettiOptions = RecursivePartial<IConfettiOptions>;
4export * from "./confetti";