chore: cleanup

This commit is contained in:
Nathan Walker
2025-10-04 13:14:37 -07:00
parent 1297cf59e1
commit 06483ab946

View File

@@ -1,7 +1,6 @@
import { CoreTypes } from '../../core-types';
import { Color } from '../../color';
import { parseCSSShorthand } from './css-utils';
import { Length } from './length-shared';
export interface StrokeCSSValues {
width: CoreTypes.LengthType;