Skip to content

Commit d965a66

Browse files
committed
fix jsdoc
1 parent 25cce9f commit d965a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/themr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const THEMR_CONFIG = typeof Symbol !== 'undefined' ?
2727
/**
2828
* Themr decorator
2929
* @param {String|Number|Symbol} componentName - Component name
30-
* @param {TReactCSSThemrTheme} localTheme - Base theme
31-
* @param {{}} options - Themr options
30+
* @param {TReactCSSThemrTheme} [localTheme] - Base theme
31+
* @param {{}} [options] - Themr options
3232
* @returns {function(ThemedComponent:Function):Function} - ThemedComponent
3333
*/
3434
export default (componentName, localTheme, options = {}) => (ThemedComponent) => {

0 commit comments

Comments
 (0)