@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
29 lines (28 loc) • 611 B
TypeScript
import { TooltipProps } from "./Tooltip.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/Tooltip/Tooltip.d.ts
declare const Tooltip: {
({
align,
children,
content,
disabled,
fullWidth,
onDisplayChange,
onHide,
onInteractOutside,
onShow,
show,
side,
toggleOnTriggerClick,
toggleOnTriggerHover,
tooltip,
withArrow,
wrapInButton,
...props
}: TooltipProps): false | _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { Tooltip };
//# sourceMappingURL=Tooltip.d.ts.map