@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 • 332 B
TypeScript
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) => React.JSX.Element;
export default AccordionSectionContent;
//# sourceMappingURL=SectionContent.d.ts.map