merge master

This commit is contained in:
zombiej
2019-12-25 19:09:17 +08:00
107 changed files with 102955 additions and 222 deletions

View File

@@ -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/*';