Skip to content

Commit 5220be3

Browse files
committed
Remove redundant Partial
1 parent c43df5c commit 5220be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const BaseProvider: React.FC<BaseProviderProps> = ({ context, children }) =>
8989
)
9090

9191
export interface ThemeProviderProps {
92-
theme: Partial<Theme> | ((outerTheme: Theme) => Theme)
92+
theme: Theme | ((outerTheme: Theme) => Theme)
9393
children?: React.ReactNode
9494
}
9595

0 commit comments

Comments
 (0)