mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
feat: update package.json exports to support new module formats and types
This commit is contained in:
5
vue/primitives/src/presence/index.ts
Normal file
5
vue/primitives/src/presence/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { default as Presence } from './Presence.vue';
|
||||
export { usePresence } from './usePresence';
|
||||
|
||||
export type { PresenceProps } from './Presence.vue';
|
||||
export type { UsePresenceReturn } from './usePresence';
|
||||
Reference in New Issue
Block a user