We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2eeda commit 141f1c6Copy full SHA for 141f1c6
packages/theme-ui/src/index.ts
@@ -1,6 +1,5 @@
1
import { jsx as coreJsx } from '@theme-ui/core'
2
import type { ThemeUIJSX, ThemeUIStyleObject } from '@theme-ui/core'
3
-import React from 'react'
4
5
export {
6
__ThemeUIContext,
@@ -26,7 +25,7 @@ export type {
26
25
StylePropertyValue,
27
} from '@theme-ui/core'
28
export { useColorMode, InitializeColorMode } from '@theme-ui/color-modes'
29
-export { ThemeUIProvider } from '@theme-ui/theme-provider'
+export { ThemeUIProvider, ThemeProvider } from '@theme-ui/theme-provider'
30
export { default as Global } from '@theme-ui/global'
31
export * from '@theme-ui/components'
32
export { css, get } from '@theme-ui/css'
0 commit comments