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,31 +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
15- extends React . JSX . ElementAttributesProperty { }
16- interface ElementChildrenAttribute
17- extends React . JSX . ElementChildrenAttribute { }
18- type LibraryManagedAttributes < C , P > = React . JSX . LibraryManagedAttributes <
19- C ,
20- P
21- > ;
22- interface IntrinsicAttributes extends React . JSX . IntrinsicAttributes { }
23- interface IntrinsicClassAttributes < T > extends React . JSX
24- . IntrinsicClassAttributes < T > { }
25- interface IntrinsicElements extends React . JSX . IntrinsicElements { }
26- }
27-
28- declare namespace jest {
29- interface Matchers < R > {
30- lastCalledWith ( ...expected : unknown [ ] ) : R ;
31- nthCalledWith ( nthCall : number , ...expected : unknown [ ] ) : R ;
32- toBeCalled ( ) : R ;
33- toBeCalledTimes ( expected : number ) : R ;
34- toBeCalledWith ( ...expected : unknown [ ] ) : R ;
35- }
36- }
37-
3811declare module 'moment/locale/zh-cn' ;
You can’t perform that action at this time.
0 commit comments