We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e45126 commit 1393c0aCopy full SHA for 1393c0a
1 file changed
packages/core/src/attributes.ts
@@ -1,5 +1,5 @@
1
import type { DurationUnit, FractionUnit, InformationUnit } from './types-hoist/measurement';
2
-import { Primitive } from './types-hoist/misc';
+import type { Primitive } from './types-hoist/misc';
3
import { isPrimitive } from './utils/is';
4
5
export type RawAttributes<T> = T & ValidatedAttributes<T>;
0 commit comments