veza/apps/web/src/components/ui/tooltip.tsx
senke eead265786 refactor(ui): tooltip module, useTooltip, re-export, tests
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 10:32:14 +01:00

2 lines
96 B
TypeScript

export { Tooltip } from './tooltip/index';
export type { TooltipProps } from './tooltip/index';