UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

9 lines (8 loc) 223 B
import { FC, PropsWithChildren } from "react"; interface TooltipProps { placement?: string; title: string; tooltipId?: string; } export declare const BlokTooltip: FC<PropsWithChildren<TooltipProps>>; export {};