File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,25 +8,4 @@ declare module '*.css';
88declare module '*.less' ;
99declare module 'jsonp' ;
1010
11- declare namespace JSX {
12- type Element = React . JSX . Element ;
13- interface ElementClass extends React . JSX . ElementClass { }
14- interface ElementAttributesProperty extends React . JSX . ElementAttributesProperty { }
15- interface ElementChildrenAttribute extends React . JSX . ElementChildrenAttribute { }
16- type LibraryManagedAttributes < C , P > = React . JSX . LibraryManagedAttributes < C , P > ;
17- interface IntrinsicAttributes extends React . JSX . IntrinsicAttributes { }
18- interface IntrinsicClassAttributes < T > extends React . JSX . IntrinsicClassAttributes < T > { }
19- interface IntrinsicElements extends React . JSX . IntrinsicElements { }
20- }
21-
22- declare namespace jest {
23- interface Matchers < R > {
24- lastCalledWith ( ...expected : unknown [ ] ) : R ;
25- nthCalledWith ( nthCall : number , ...expected : unknown [ ] ) : R ;
26- toBeCalled ( ) : R ;
27- toBeCalledTimes ( expected : number ) : R ;
28- toBeCalledWith ( ...expected : unknown [ ] ) : R ;
29- }
30- }
31-
3211declare module 'moment/locale/zh-cn' ;
You can’t perform that action at this time.
0 commit comments