fix(core): update
This commit is contained in:
@ -41,6 +41,12 @@ const faIcons: { [key: string]: IconDefinition } = {
|
||||
users: faUsers,
|
||||
};
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'dees-icon': DeesIcon;
|
||||
}
|
||||
}
|
||||
|
||||
@customElement('dees-icon')
|
||||
export class DeesIcon extends LitElement {
|
||||
public static demo = () => html`
|
||||
|
Reference in New Issue
Block a user