mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
export { default as Presence } from './Presence.vue';
|
|
export { usePresence } from './usePresence';
|
|
|
|
export type { PresenceProps } from './Presence.vue';
|
|
export type { UsePresenceReturn } from './usePresence';
|