Skip to content

Commit

Permalink
feat(types): export ComponentInternalInstance, close #677, close #675
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 18, 2021
1 parent a081227 commit ccae670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -6,7 +6,7 @@ export const version = __VERSION__

export * from './apis'
export * from './component'
export { getCurrentInstance } from './runtimeContext'
export { getCurrentInstance, ComponentInternalInstance } from './runtimeContext'

export default Plugin

Expand Down

0 comments on commit ccae670

Please sign in to comment.