Skip to content

Commit 3dcb9ce

Browse files
committed
fix: import types as types
1 parent 15e6d1b commit 3dcb9ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/uui-badge/lib/uui-badge.element.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
22
import { css, html, LitElement } from 'lit';
33
import { property } from 'lit/decorators.js';
4-
import { InterfaceColor, InterfaceLook } from '@umbraco-ui/uui-base/lib/types';
4+
import type {
5+
InterfaceColor,
6+
InterfaceLook,
7+
} from '@umbraco-ui/uui-base/lib/types';
58

69
/**
710
* A badge to notify that there is something that requires attention of the user. The badge is positioned with `position: absolute`. It will determine its position against the first ancestor with `position: relative`.

0 commit comments

Comments
 (0)