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 51024da commit c8a0fc8Copy full SHA for c8a0fc8
packages/core/src/attributes.ts
@@ -1,5 +1,5 @@
1
import { DEBUG_BUILD } from './debug-build';
2
-import type { DurationUnit, FractionUnit, InformationUnit, MeasurementUnit, NoneUnit } from './types-hoist/measurement';
+import type { DurationUnit, FractionUnit, InformationUnit } from './types-hoist/measurement';
3
import { debug } from './utils/debug-logger';
4
5
export type RawAttributes<T> = T & ValidatedAttributes<T>;
0 commit comments