UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

12 lines (11 loc) 220 B
export interface Dim { bottom: number; height: number; left: number; right: number; top: number; width: number; x: number; y: number; } export declare const getDim: (element: any) => Dim;