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.

6 lines (5 loc) 375 B
import * as React from "react"; import type * as Common from "../../common/types"; export declare const StyledTableRow: import("styled-components").StyledComponent<({ children, className, dataTest }: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>; declare const TableRow: React.FC<React.PropsWithChildren<Common.Globals>>; export default TableRow;