Skip to content

Commit 7ac6aa8

Browse files
committed
feat(types): init @vuepress/types
1 parent c8eff35 commit 7ac6aa8

16 files changed

+289
-259
lines changed

β€Ž.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
!.vuepress
55
packages/@vuepress/shared-utils/lib
66
packages/@vuepress/shared-utils/types
7-
packages/vuepress/types
7+
packages/@vuepress/types
File renamed without changes.
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export * from './config'
2+
export * from './locale'
3+
export * from './markdown'
4+
export * from './style'
5+
export * from './context'
6+
export * from './default-theme'

0 commit comments

Comments
Β (0)