@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.
5 lines (4 loc) • 324 B
TypeScript
import * as React from "react";
import type { Props } from "./types";
export { default as CardSection } from "./CardSection";
export default function Card({ title, titleAs, actions, description, children, labelClose, dataTest, id, onClose, loading, margin, header, spaceAfter, dataA11ySection, }: Props): React.JSX.Element;