We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3713cf commit 84b6991Copy full SHA for 84b6991
1 file changed
lib/elements/custom-style.js
@@ -72,6 +72,7 @@ export class CustomStyle extends HTMLElement {
72
* call any style modules referenced via the `include` attribute will be
73
* concatenated to this element's `<style>`.
74
*
75
+ * @export
76
* @return {HTMLStyleElement} This element's light-DOM `<style>`
77
*/
78
getStyle() {
0 commit comments