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 282f90f commit 3f642e3Copy full SHA for 3f642e3
src/expression/definitions/coercion.ts
@@ -1,5 +1,5 @@
1
import {BooleanType, ColorType, NumberType, StringType, ValueType} from '../types';
2
-import {Color, Padding, VariableAnchorOffsetCollection, toString as valueToString, validateRGBA, Projection} from '../values';
+import {Color, Padding, VariableAnchorOffsetCollection, toString as valueToString, validateRGBA} from '../values';
3
import RuntimeError from '../runtime_error';
4
import Formatted from '../types/formatted';
5
import ResolvedImage from '../types/resolved_image';
0 commit comments