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 (8 loc) 397 B
/// <reference types="react" /> import type { Props } from "./types"; export declare const StyledModalFooter: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { isMobileFullPage?: boolean | undefined; childrenLength: number; }, never>; declare const ModalFooter: ({ dataTest, children, flex }: Props) => JSX.Element; export default ModalFooter;