svgcanvas/types/index.d.ts

5 lines
134 B
TypeScript
Raw Normal View History

2025-03-09 10:37:06 +02:00
import Context from './context';
import Element from './element';
import Path2D from './path2d';
export { Context, Element, Path2D };