import type { IOptionsColor } from "@tsparticles/engine";
export interface IPolygonMaskDrawStroke {
    color: string | IOptionsColor;
    opacity: number;
    width: number;
}
