@ebay/ui-core-react
Version:
Skin components build off React
8 lines • 462 B
TypeScript
export { default as Tooltip, type TooltipProps } from "./tooltip";
export { default as TooltipHost } from "./tooltip-host";
export { default as TooltipContent } from "./tooltip-content";
export { default as TooltipFooter } from "./tooltip-footer";
export { useTooltip } from "./use-tooltip";
export type { TooltipType, PointerDirection } from "./types";
export { DEFAULT_POINTER_DIRECTION, POINTER_STYLES } from "./constants";
//# sourceMappingURL=index.d.ts.map