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.

13 lines (10 loc) 263 B
// @flow export type StyledComponentsInterpolation = | ((executionContext: Object) => StyledComponentsInterpolation) | string | number | StyledComponentsInterpolation[]; type media = { desktop: (...args: any) => void, }; declare export default media;