Skip to content

Commit 84b6991

Browse files
authored
Add @export
CustomStyle#getStyle is referred to as customStyle['getStyle'] in a few places, so it needs to be exported
1 parent b3713cf commit 84b6991

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/elements/custom-style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export class CustomStyle extends HTMLElement {
7272
* call any style modules referenced via the `include` attribute will be
7373
* concatenated to this element's `<style>`.
7474
*
75+
* @export
7576
* @return {HTMLStyleElement} This element's light-DOM `<style>`
7677
*/
7778
getStyle() {

0 commit comments

Comments
 (0)