Skip to content

Commit 141f1c6

Browse files
committed
Reexport deprecated ThemeProvider
1 parent ae2eeda commit 141f1c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/theme-ui/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { jsx as coreJsx } from '@theme-ui/core'
22
import type { ThemeUIJSX, ThemeUIStyleObject } from '@theme-ui/core'
3-
import React from 'react'
43

54
export {
65
__ThemeUIContext,
@@ -26,7 +25,7 @@ export type {
2625
StylePropertyValue,
2726
} from '@theme-ui/core'
2827
export { useColorMode, InitializeColorMode } from '@theme-ui/color-modes'
29-
export { ThemeUIProvider } from '@theme-ui/theme-provider'
28+
export { ThemeUIProvider, ThemeProvider } from '@theme-ui/theme-provider'
3029
export { default as Global } from '@theme-ui/global'
3130
export * from '@theme-ui/components'
3231
export { css, get } from '@theme-ui/css'

0 commit comments

Comments
 (0)