UNPKG

@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.

9 lines 264 B
import React from "react"; const AccordionSectionContent = ({ children, dataTest }) => /*#__PURE__*/React.createElement("div", { className: "px-600 pb-600", "data-test": dataTest && `${dataTest}Content` }, children); export default AccordionSectionContent;