Add @export

CustomStyle#getStyle is referred to as customStyle['getStyle'] in a few places, so it needs to be exported
This commit is contained in:
Peter Burns
2018-09-13 14:27:11 -07:00
committed by GitHub
parent b3713cff7d
commit 84b6991802
+1
View File
@@ -72,6 +72,7 @@ export class CustomStyle extends HTMLElement {
* call any style modules referenced via the `include` attribute will be
* concatenated to this element's `<style>`.
*
* @export
* @return {HTMLStyleElement} This element's light-DOM `<style>`
*/
getStyle() {