Skip to content

Commit

Permalink
fix: missing types export
Browse files Browse the repository at this point in the history
  • Loading branch information
mleralec committed Jul 7, 2022
1 parent 1d21087 commit 42f5791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
@@ -1,4 +1,5 @@
export * from './config'
export * from './theme'
export * from './types'
export { compose } from './utils'
export { system, system as default } from './system'

0 comments on commit 42f5791

Please sign in to comment.