feat: export additional symbols needed for strong types

This commit is contained in:
Nathan Walker
2025-09-16 19:47:12 -07:00
parent d60f8640f3
commit 82c5a8157b
5 changed files with 7 additions and 2 deletions

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;