@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.
7 lines (6 loc) • 519 B
TypeScript
/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledText: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
declare const SwitchSegment: ({ value, label, disabled, onChange, setTooltipShown, onFocus, defaultChecked, name, }: Props) => JSX.Element;
export default SwitchSegment;