5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import Context from './context';
|
|
import Element from './element';
|
|
import Path2D from './path2d';
|
|
export { Context, Element, Path2D };
|