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 275 B
import * as React from "react"; interface Props { expanded?: boolean; children?: React.ReactNode; slideID: string; } export default function Expandable({ expanded, children, slideID }: Props): React.JSX.Element; export {}; //# sourceMappingURL=Expandable.d.ts.map