Skip to content

Commit d82739e

Browse files
committed
fix jsdoc
1 parent d965a66 commit d82739e

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
@@ -165,8 +165,8 @@ export default (componentName, localTheme, options = {}) => (ThemedComponent) =>
165165

166166
/**
167167
* Merges two themes by concatenating values with the same keys
168-
* @param {TReactCSSThemrTheme} original - Original theme object
169-
* @param {TReactCSSThemrTheme} mixin - Mixing theme object
168+
* @param {TReactCSSThemrTheme} [original] - Original theme object
169+
* @param {TReactCSSThemrTheme} [mixin] - Mixing theme object
170170
* @returns {TReactCSSThemrTheme} - Merged resulting theme
171171
*/
172172
export function themeable(original = {}, mixin) {

0 commit comments

Comments
 (0)