Skip to content

Commit

Permalink
types: include jsx typing
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 9, 2022
1 parent c43e642 commit c678e31
Show file tree
Hide file tree
Showing 6 changed files with 1,402 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
},
"homepage": "https://github.com/vuejs/vue#readme",
"dependencies": {
"@vue/compiler-sfc": "workspace:*"
"@vue/compiler-sfc": "workspace:*",
"csstype": "^3.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.24.2",
Expand Down
8 changes: 7 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Vue } from './vue'
import './umd'
import './jsx'

export default Vue

Expand Down
Loading

0 comments on commit c678e31

Please sign in to comment.