UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

6 lines (5 loc) 265 B
import { TooltipProps } from "./tooltip.component"; declare const StyledTooltip: import("styled-components").StyledComponent<"div", any, { theme: object; } & Pick<TooltipProps, "type" | "size" | "bgColor" | "fontColor">, "theme">; export default StyledTooltip;