Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee66836

Browse files
committed
docs: add JSDoc comment for custom element tag name in WebComponent
1 parent 9ac3242 commit ee66836

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/browsers/web-component.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,9 @@ WebComponent.cssString = `
133133
}
134134
`;
135135

136+
/**
137+
* Custom element tag name
138+
*
139+
* @type {string}
140+
*/
136141
WebComponent.tagName = 'web-component';

0 commit comments

Comments
 (0)