Skip to content

Commit 3a5bd27

Browse files
committed
fix: export emit
1 parent f5a0543 commit 3a5bd27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/frameworks/vue/src/presence/presence.props.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { declareEmits } from '../utils'
2+
13
export const props = {
24
present: {
35
type: Boolean,
@@ -6,3 +8,5 @@ export const props = {
68
lazyMount: Boolean,
79
unmountOnExit: Boolean,
810
}
11+
12+
export const emits = declareEmits(['exit-complete'])

0 commit comments

Comments
 (0)