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.

8 lines (7 loc) 282 B
import React from "react"; import type * as Common from "../../../common/types"; interface Props extends Common.Globals { children: React.ReactNode; } declare const AccordionSectionContent: ({ children, dataTest }: Props) => JSX.Element; export default AccordionSectionContent;