@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.
17 lines (16 loc) • 874 B
TypeScript
import type { Props } from "./types";
export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {
spaceAfter?: Props["spaceAfter"];
}, never>;
export declare const StyledModalWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
$maxHeight?: Props["maxHeight"];
isScrolled?: boolean | undefined;
}, never>;
export declare const StyledDropdown: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, {
$maxHeight?: Props["maxHeight"];
$maxWidth?: Props["maxWidth"];
$hasLabel?: boolean | undefined;
}, never>;
export declare const StyledCloseButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
$disabled: Props["disabled"];
}, never>;