@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 • 388 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, loadingTitle, loadingHidden, }: Props): React.JSX.Element;
//# sourceMappingURL=index.d.ts.map