chore: turn on ts/consistent-type-imports (#55166)

This commit is contained in:
thinkasany
2025-09-28 09:10:30 +08:00
committed by GitHub
parent dfc34f6ae3
commit 94d5b800a7
3 changed files with 5 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
// https://github.com/facebook/create-react-app/blob/f09d3d3a52c1b938cecc977c2bbc0942ea0a7e70/packages/react-scripts/lib/react-app.d.ts#L42-L49
declare module '*.svg' {
import * as React from 'react';
import type * as React from 'react';
export const ReactComponent: React.FC<React.SVGProps<SVGSVGElement>>;