@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 • 353 B
TypeScript
import React from "react";
import type { Props } from "./types";
declare const Accordion: ({ children, dataTest, id, spaceAfter, expandedSection, loading, loadingTitle, loadingHidden, onExpand, }: Props) => React.JSX.Element;
export default Accordion;
export { default as AccordionSection } from "./AccordionSection";
//# sourceMappingURL=index.d.ts.map