mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
merge master
This commit is contained in:
10
typings/custom-typings.d.ts
vendored
10
typings/custom-typings.d.ts
vendored
@@ -1,6 +1,12 @@
|
||||
declare module '*.svg';
|
||||
// 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';
|
||||
|
||||
declare module 'rc-time-picker*';
|
||||
export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|
||||
|
||||
const src: string;
|
||||
export default src;
|
||||
}
|
||||
|
||||
declare module 'rc-pagination/*';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user