veza/apps/web/src/components/ui/tooltip/index.ts
senke 30bc6476d4 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
82 B
TypeScript

export { Tooltip } from './Tooltip';
export type { TooltipProps } from './types';