diff --git a/src/createTheming.js b/src/createTheming.js index bf4440a..24c8faf 100644 --- a/src/createTheming.js +++ b/src/createTheming.js @@ -11,6 +11,7 @@ import type { $DeepShape } from './types'; export type ThemingType = { ThemeProvider: ThemeProviderType, withTheme: WithThemeType, + useTheme(overrides?: $DeepShape): T, }; export default function createTheming(