UNPKG

@tindtechnologies/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

10 lines (9 loc) 236 B
export declare class XYWHFragment { x: number; y: number; w: number; h: number; constructor(x: number, y: number, w: number, h: number); toString(): string; static fromString(bounds: string): XYWHFragment; }