UNPKG

@tsparticles/shape-cards

Version:
5 lines (4 loc) 232 B
import type { ICardsPath, IPath } from "./ICardsPath.js"; import type { IShapeDrawData } from "@tsparticles/engine"; export declare function drawPath(data: IShapeDrawData, path: IPath): void; export declare const paths: ICardsPath;