UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

18 lines (15 loc) 347 B
// @flow type Dimensions = {| top: number, right: number, bottom: number, left: number, height: number, width: number, pureTop: number, pureLeft: number, pureRight: number, pureBottom: number, |}; export type BoundingClientRect = (ref: ?{| current: ?HTMLElement |}) => ?Dimensions; declare export default BoundingClientRect;