@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.
10 lines (9 loc) • 456 B
TypeScript
/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledModalSection: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, {
suppressed?: boolean | undefined;
closable?: boolean | undefined;
isMobileFullPage?: boolean | undefined;
}, never>;
declare const ModalSection: ({ children, suppressed, dataTest }: Props) => JSX.Element;
export default ModalSection;