Skip to content

Commit 74434b8

Browse files
authored
fix: use type-only import for CSSProperties (#597)
1 parent da0dd24 commit 74434b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CSSProperties } from 'react';
1+
import type { CSSProperties } from 'react';
22
import type { EChartsType } from 'echarts';
33

44
/**

0 commit comments

Comments
 (0)