Cleanup and improve JSDoc typing
This commit is contained in:
parent
718bd8398d
commit
0972a0491f
2 changed files with 8 additions and 4 deletions
|
|
@ -4,6 +4,8 @@ import { StyledShadowElement } from "./mixins/Styles.mjs";
|
|||
Attributes:
|
||||
@property {string} name - The name of the icon, takes precedence over the path
|
||||
@property {string} path - The path of the icon file
|
||||
|
||||
@extends {HTMLElement}
|
||||
*/
|
||||
export class DotDungeonIcon extends StyledShadowElement(HTMLElement) {
|
||||
static elementName = `dd-icon`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue