UNPKG

@excalidraw/math

Version:

Excalidraw math functions

8 lines (7 loc) 235 B
import "./SVGLayer.scss"; import type { Trail } from "../animated-trail"; type SVGLayerProps = { trails: Trail[]; }; export declare const SVGLayer: ({ trails }: SVGLayerProps) => import("react/jsx-runtime").JSX.Element; export {};