UNPKG

carbon-react

Version:

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

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