UNPKG

237 BTypeScriptView Raw
1import type { SingleOrMultiple } from "./SingleOrMultiple";
2import type { IShapeValues } from "../Options/Interfaces/Particles/Shape/IShapeValues";
3export declare type ShapeData = {
4 [type: string]: SingleOrMultiple<IShapeValues>;
5};