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
|
|
|
|
2019-12-09 14:38:36 +08:00
|
|
|
export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|
|
|
|
|
|
|
|
const src: string;
|
|
|
|
export default src;
|
|
|
|
}
|
2016-10-20 20:12:46 +08:00
|
|
|
|
2019-12-26 15:27:52 +08:00
|
|
|
declare module 'bisheng/router';
|
|
|
|
|
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*';
|
|
|
|
|
2018-08-08 16:01:07 +08:00
|
|
|
declare module '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-slider';
|
|
|
|
|
2017-11-21 14:53:25 +08:00
|
|
|
declare module 'rc-slider/lib/Slider';
|
|
|
|
|
|
|
|
declare module 'rc-slider/lib/Range';
|
|
|
|
|
|
|
|
declare module 'rc-slider/lib/Handle';
|
|
|
|
|
2016-10-20 20:12:46 +08:00
|
|
|
declare module 'rc-steps';
|
|
|
|
|
|
|
|
declare module 'rc-switch';
|
|
|
|
|
|
|
|
declare module 'rc-upload';
|
|
|
|
|
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;
|
|
|
|
}
|
2017-04-28 01:22:30 +08:00
|
|
|
|
2018-12-07 20:02:01 +08:00
|
|
|
declare module 'react-copy-to-clipboard';
|