mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore: turn on ts/consistent-type-imports (#55166)
This commit is contained in:
2
typings/custom-typings.d.ts
vendored
2
typings/custom-typings.d.ts
vendored
@@ -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>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user