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