jp.ui.app.toolkit 1.0.78 → 1.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { JSX, Component } from 'react';
|
|
2
|
+
import React__default, { JSX, Component } from 'react';
|
|
3
3
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
4
4
|
import { Store, PayloadAction, ListenerMiddleware, ListenerEffectAPI } from '@reduxjs/toolkit';
|
|
5
5
|
import * as redux from 'redux';
|
|
@@ -26,7 +26,7 @@ declare abstract class BaseApplication extends Component<BaseApplicationProps, B
|
|
|
26
26
|
componentDidMount(): void;
|
|
27
27
|
componentWillUnmount(): void;
|
|
28
28
|
getRoutes(): Array<RouteType>;
|
|
29
|
-
render():
|
|
29
|
+
render(): React__default.JSX.Element;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
interface IAuthSliceState {
|