UNPKG

439 BTypeScriptView Raw
1import type { IOptions as ICoreOptions } from "../../Options/Interfaces/IOptions";
2import type { IPolygonMaskOptions } from "../../Plugins/PolygonMask/PolygonMaskPlugin";
3import type { IEmitterOptions } from "../../Plugins/Emitters/EmittersPlugin";
4import type { IAbsorberOptions } from "../../Plugins/Absorbers/AbsorbersPlugin";
5export declare type IOptions = ICoreOptions & IAbsorberOptions & IEmitterOptions & IPolygonMaskOptions;