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 f5057f0 commit ed74273Copy full SHA for ed74273
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