Skip to content

Commit 11a3024

Browse files
authored
Merge pull request #670 from hasparus/export-types
Export types from @theme-ui/core
2 parents 3525f07 + e392b4f commit 11a3024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import deepmerge from 'deepmerge'
99
import { version as __EMOTION_VERSION__ } from '@emotion/core/package.json'
1010
import { Theme } from './theme'
1111

12+
export * from './theme'
13+
1214
const getCSS = props => {
1315
if (!props.sx && !props.css) return undefined
1416
return theme => {

0 commit comments

Comments
 (0)