UNPKG

264 BTypeScriptView Raw
1import type { SingleOrMultiple } from "./SingleOrMultiple";
2import type { IShapeValues } from "../Options/Interfaces/Particles/Shape/IShapeValues";
3/**
4 * @category Types
5 */
6export declare type ShapeData = {
7 [type: string]: SingleOrMultiple<IShapeValues>;
8};