Skip to content

Commit ccae670

Browse files
committed
feat(types): export ComponentInternalInstance, close #677, close #675
1 parent a081227 commit ccae670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const version = __VERSION__
66

77
export * from './apis'
88
export * from './component'
9-
export { getCurrentInstance } from './runtimeContext'
9+
export { getCurrentInstance, ComponentInternalInstance } from './runtimeContext'
1010

1111
export default Plugin
1212

0 commit comments

Comments
 (0)