mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
chore: ensure consistent use of import type (#1971)
We hit issues when building react-native-svg because of inconsistent use of import type. This change adds ESLint result to ensure consistency. I also ran yarn lint --fix to fix up the code.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { TransformsStyle } from 'react-native';
|
||||
import type { TransformsStyle } from 'react-native';
|
||||
import { append, appendTransform, identity, reset, toArray } from '../Matrix2D';
|
||||
import { parse } from './transform';
|
||||
import {
|
||||
import type {
|
||||
ColumnMajorTransformMatrix,
|
||||
NumberProp,
|
||||
TransformedProps,
|
||||
|
||||
Reference in New Issue
Block a user