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 d27f6a3 commit 271a58aCopy full SHA for 271a58a
src/createTheming.js
@@ -11,6 +11,7 @@ import type { $DeepShape } from './types';
11
export type ThemingType<T> = {
12
ThemeProvider: ThemeProviderType<T>,
13
withTheme: WithThemeType<T>,
14
+ useTheme(overrides?: $DeepShape<T>): T,
15
};
16
17
export default function createTheming<T: Object>(
0 commit comments