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.

10 lines (9 loc) 598 B
/// <reference types="react" /> import type { Props } from "./types"; export declare const StyledTooltipChildren: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, { block?: Props["block"]; enabled?: Props["enabled"]; removeUnderlinedText?: Props["removeUnderlinedText"]; }, never>; declare const TooltipPrimitive: ({ children, enabled, tooltipShown, tabIndex, onShow, dataTest, id, renderInPortal, size, content, error, help, stopPropagation, removeUnderlinedText, block, ...popper }: Props) => JSX.Element; export default TooltipPrimitive;