Skip to content

Commit

Permalink
feat(unocss): improve unocss pkg types (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 28, 2022
1 parent 0f7efcb commit 59e6c34
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/unocss/astro.d.ts
@@ -0,0 +1,2 @@
export * from './dist/astro'
export { default } from './dist/astro'
2 changes: 2 additions & 0 deletions packages/unocss/preset-attributify.d.ts
@@ -0,0 +1,2 @@
export * from './dist/preset-attributify'
export { default } from './dist/preset-attributify'
2 changes: 2 additions & 0 deletions packages/unocss/preset-icons.d.ts
@@ -0,0 +1,2 @@
export * from './dist/preset-icons'
export { default } from './dist/preset-icons'
2 changes: 2 additions & 0 deletions packages/unocss/preset-mini.d.ts
@@ -0,0 +1,2 @@
export * from './dist/preset-mini'
export { default } from './dist/preset-mini'
2 changes: 2 additions & 0 deletions packages/unocss/preset-tagify.d.ts
@@ -0,0 +1,2 @@
export * from './dist/preset-tagify'
export { default } from './dist/preset-tagify'
2 changes: 2 additions & 0 deletions packages/unocss/preset-typography.d.ts
@@ -0,0 +1,2 @@
export * from './dist/preset-typography'
export { default } from './dist/preset-typography'
2 changes: 2 additions & 0 deletions packages/unocss/preset-uno.d.ts
@@ -0,0 +1,2 @@
export * from './dist/preset-uno'
export { default } from './dist/preset-uno'
2 changes: 2 additions & 0 deletions packages/unocss/preset-web-fonts.d.ts
@@ -0,0 +1,2 @@
export * from './dist/preset-web-fonts'
export { default } from './dist/preset-web-fonts'
2 changes: 2 additions & 0 deletions packages/unocss/preset-wind.d.ts
@@ -0,0 +1,2 @@
export * from './dist/perset-wind'
export { default } from './dist/perset-wind'
2 changes: 2 additions & 0 deletions packages/unocss/webpack.d.ts
@@ -0,0 +1,2 @@
export * from './dist/webpack'
export { default } from './dist/webpack'

0 comments on commit 59e6c34

Please sign in to comment.