@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.
12 lines • 351 B
TypeScript
import * as React from "react";
interface Props {
children?: React.ReactNode;
ref?: React.Ref<HTMLDivElement>;
noPadding: boolean;
withPointer?: boolean;
withBorder?: boolean;
useMargins?: boolean;
}
declare const TileContent: (props: Props) => React.JSX.Element;
export default TileContent;
//# sourceMappingURL=index.d.ts.map