import type { IRibbonsOptions } from "./IRibbonsOptions.js"; import type { RecursivePartial } from "@tsparticles/engine/lazy"; export type RibbonsOptions = RecursivePartial; export * from "./ribbons.lazy.js"; export type * from "./RibbonsParams.js";