UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

5 lines (4 loc) 116 B
import { Rectangle } from "./Rectangle"; export declare class GraphicsConfiguration { getBounds(): Rectangle; }