Skip to content

Commit

Permalink
fix(icon): PropertyValues
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 29, 2022
1 parent b2359e6 commit ccba95a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/icon/src/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ import {
html,
css,
DirectionMixin,
PropertyValues,
} from '@alwatr/element';
import {fetch} from '@alwatr/fetch';

import type {HTMLTemplateResult} from '@alwatr/element';
import type {PropertyValues, HTMLTemplateResult} from '@alwatr/element';

declare global {
interface HTMLElementTagNameMap {
Expand Down

0 comments on commit ccba95a

Please sign in to comment.