jrs-react 1.1.29 → 1.1.30
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/build/index.es.js +107 -922
- package/build/index.js +111 -921
- package/package.json +1 -1
- package/src/index.js +3 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import JRSubmit from './components/JRSubmit'
|
|
2
|
+
import JRFrame from './components/JRFrame/JRFrame'
|
|
3
|
+
// import JRTable from './components/JRTable/JRTable'
|
|
2
4
|
import JRTestReact from './components/JRTest'
|
|
3
5
|
export {
|
|
4
6
|
JRTestReact
|
|
5
|
-
,JRSubmit
|
|
7
|
+
,JRSubmit,JRFrame//,JRTable
|
|
6
8
|
}
|