2019-12-09 14:38:36 +08:00
|
|
|
// 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';
|
2018-12-26 16:01:00 +08:00
|
|
|
|
2020-03-28 11:56:57 +08:00
|
|
|
export const ReactComponent: React.FC<React.SVGProps<SVGSVGElement>>;
|
2019-12-09 14:38:36 +08:00
|
|
|
|
|
|
|
const src: string;
|
|
|
|
export default src;
|
|
|
|
}
|
2016-10-20 20:12:46 +08:00
|
|
|
|
2020-02-27 10:53:30 +08:00
|
|
|
declare module 'bisheng/collect';
|
|
|
|
|
2019-12-26 15:27:52 +08:00
|
|
|
declare module 'bisheng/router';
|
|
|
|
|
2020-02-27 10:53:30 +08:00
|
|
|
declare module 'react-github-button';
|
|
|
|
|
|
|
|
declare module 'jsonml.js/*';
|
|
|
|
|
2019-09-24 14:42:58 +08:00
|
|
|
declare module 'rc-pagination/*';
|
2016-10-20 20:12:46 +08:00
|
|
|
|
2018-12-07 20:02:01 +08:00
|
|
|
declare module 'omit.js';
|
2016-10-20 20:12:46 +08:00
|
|
|
|
2019-07-03 20:14:39 +08:00
|
|
|
declare module 'rc-animate*';
|
2016-10-20 20:12:46 +08:00
|
|
|
|
|
|
|
declare module 'rc-util*';
|
|
|
|
|
2020-05-07 16:29:41 +08:00
|
|
|
declare module '@ant-design/css-animation*';
|
2016-10-20 20:12:46 +08:00
|
|
|
|
|
|
|
declare module 'rc-checkbox';
|
|
|
|
|
2019-11-06 14:49:20 +08:00
|
|
|
declare module 'rc-radio';
|
2016-10-20 20:12:46 +08:00
|
|
|
|
|
|
|
declare module 'rc-editor-mention';
|
|
|
|
|
|
|
|
declare module 'rc-tabs*';
|
|
|
|
|
2018-06-04 11:20:17 +08:00
|
|
|
declare module 'rc-tree/lib/util';
|
2016-10-20 20:12:46 +08:00
|
|
|
|
|
|
|
declare module 'rc-input-number';
|
|
|
|
|
2019-09-24 14:42:58 +08:00
|
|
|
declare module 'rc-collapse';
|
2016-10-20 20:12:46 +08:00
|
|
|
|
|
|
|
declare module 'rc-dialog';
|
|
|
|
|
|
|
|
declare module 'rc-rate';
|
|
|
|
|
|
|
|
declare module 'rc-queue-anim';
|
|
|
|
|
|
|
|
declare module 'rc-steps';
|
|
|
|
|
|
|
|
declare module 'rc-switch';
|
|
|
|
|
2018-12-07 20:02:01 +08:00
|
|
|
declare module '*.json' {
|
2017-02-13 14:27:12 +08:00
|
|
|
const value: any;
|
2017-02-13 14:57:04 +08:00
|
|
|
export const version: string;
|
2017-02-13 14:27:12 +08:00
|
|
|
export default value;
|
|
|
|
}
|