@synergycodes/axiom
Version:
A React library for creating node-based UIs and diagram-driven applications. Perfect for React Flow users, providing ready-to-use node templates and components that work seamlessly with React Flow's ecosystem.
10 lines (9 loc) • 362 B
TypeScript
/**
* Tooltips trigger is the the element that toggles the tooltip
*/
export declare const TooltipTrigger: import('react').ForwardRefExoticComponent<Omit<import('react').HTMLProps<HTMLElement> & {
/**
* `asChild` allows the user to pass any element as the anchor
*/
asChild?: boolean;
}, "ref"> & import('react').RefAttributes<HTMLElement>>;