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 25cce9f commit d965a66Copy full SHA for d965a66
src/components/themr.js
@@ -27,8 +27,8 @@ const THEMR_CONFIG = typeof Symbol !== 'undefined' ?
27
/**
28
* Themr decorator
29
* @param {String|Number|Symbol} componentName - Component name
30
- * @param {TReactCSSThemrTheme} localTheme - Base theme
31
- * @param {{}} options - Themr options
+ * @param {TReactCSSThemrTheme} [localTheme] - Base theme
+ * @param {{}} [options] - Themr options
32
* @returns {function(ThemedComponent:Function):Function} - ThemedComponent
33
*/
34
export default (componentName, localTheme, options = {}) => (ThemedComponent) => {
0 commit comments