veza/apps/web/src/features/presence/index.ts

5 lines
319 B
TypeScript

export { getPresence } from './services/presenceService';
export type { UserPresence } from './services/presenceService';
export { usePresence } from './hooks/usePresence';
export { PresenceBadge } from './components/PresenceBadge';
export type { PresenceBadgeProps, PresenceStatus } from './components/PresenceBadge';