@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.
15 lines (8 loc) • 335 B
Flow
// @flow
type isPosition = (p: string) => boolean;
declare export var isVertical: isPosition;
declare export var isHorizontal: isPosition;
declare export var isPositionLeft: isPosition;
declare export var isPositionRight: isPosition;
declare export var isPositionBottom: isPosition;
declare export var isPositionTop: isPosition;