@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 • 611 B
TypeScript
import * as React from "react";
import type { Props } from "./types";
declare const Modal: ({ size, scrollingElementRef, children, onClose, triggerRef, fixedFooter, isMobileFullPage, preventOverlayClose, onScroll, hasCloseButton, mobileHeader, disableAnimation, dataTest, id, labelClose, lockScrolling, ariaLabel, ariaLabelledby, ariaDescribedby, ref, }: Props) => React.JSX.Element;
export default Modal;
export { default as ModalHeader } from "./ModalHeader";
export { default as ModalSection } from "./ModalSection";
export { default as ModalFooter } from "./ModalFooter";
//# sourceMappingURL=index.d.ts.map