UNPKG

@daign/2d-graphics

Version:

Two dimensional graphics library that implements the daign-2d-pipeline.

12 lines (11 loc) 261 B
import { SinglePointElement } from './singlePointElement'; /** * Class for a use element positioned at an anchor point. */ export declare class UseElement extends SinglePointElement { href: string; /** * Constructor. */ constructor(); }