@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.
10 lines (6 loc) • 302 B
TypeScript
// Type definitions for @kiwicom/orbit-components
// Project: http://github.com/kiwicom/orbit
import { SharedProps } from "..";
declare module "@kiwicom/orbit-components/lib/Table/TableBody";
declare const TableBody: React.FunctionComponent<SharedProps>;
export { TableBody, TableBody as default };