Skip to content

Commit b3f0cbc

Browse files
committed
Typing update
1 parent 328fa86 commit b3f0cbc

File tree

1 file changed

+1
-2
lines changed
  • packages/data-components/src/components/unit-details

1 file changed

+1
-2
lines changed

packages/data-components/src/components/unit-details/base.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export function Value({
8484
value?: any;
8585
unit?: string;
8686
children?: any;
87+
className?: string;
8788
}) {
8889
const val = value ?? children;
8990
return h("span.value-container", { className }, [
@@ -110,8 +111,6 @@ export function IntervalTag({
110111
});
111112
}
112113

113-
export const Interval = IntervalTag;
114-
115114
function uniqueIntervals(
116115
...intervals: (IntervalShort | undefined)[]
117116
): IntervalShort[] {

0 commit comments

Comments
 (0)