Skip to content

Commit

Permalink
fix: correct TS defs for registerStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Apr 16, 2020
1 parent d70a37e commit 87939e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @param {String} themeFor The local/tag name of the component type to register the styles for
* @param {CSSResult | CSSResult[]} styles The CSS style rules to be registered for the component type
* matching themeFor and included in the local scope of each component instance
* @param {Object} [options] Additional options
* @param {Object=} options Additional options
* @return {void}
*/
Vaadin.registerStyles = (themeFor, styles, options) => {
Expand Down

0 comments on commit 87939e5

Please sign in to comment.