fix(core): update

This commit is contained in:
2021-03-06 15:48:02 +00:00
parent 056090856e
commit b1ce8f093f
10 changed files with 989 additions and 18 deletions

View File

@ -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`