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.

14 lines (9 loc) 317 B
// @flow import type { ReactComponentStyled } from "styled-components"; import type { Globals } from "../../common/common.js.flow"; export type Props = {| +children: React$Node, ...Globals, |}; declare export default React$ComponentType<Props>; declare export var StyledTableRow: ReactComponentStyled<Props>;