UNPKG

carbon-react

Version:

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

3 lines (2 loc) 118 B
export declare const TOOLTIP_POSITIONS: string[]; export type TooltipPositions = "top" | "bottom" | "left" | "right";