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 c43df5c commit 5220be3Copy full SHA for 5220be3
packages/core/src/index.ts
@@ -89,7 +89,7 @@ const BaseProvider: React.FC<BaseProviderProps> = ({ context, children }) =>
89
)
90
91
export interface ThemeProviderProps {
92
- theme: Partial<Theme> | ((outerTheme: Theme) => Theme)
+ theme: Theme | ((outerTheme: Theme) => Theme)
93
children?: React.ReactNode
94
}
95
0 commit comments