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 68a9ba2 commit e15378aCopy full SHA for e15378a
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