import type { ISourceOptions } from "@tsparticles/engine"; import type { IThemeDefault } from "./IThemeDefault.js"; export interface ITheme { default: IThemeDefault; name: string; options?: ISourceOptions; }