@moneko/react 1.4.8 → 1.4.9

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.
Files changed (2) hide show
  1. package/env.d.ts +2 -0
  2. package/package.json +1 -1
package/env.d.ts CHANGED
@@ -122,6 +122,8 @@ declare module '@app/routes' {
122
122
  [key: string]: Any;
123
123
  };
124
124
  metadata?: Record<string, string | number | boolean>;
125
+ root?: boolean;
126
+ element?: React.ReactElement | JSX.Element | React.LazyExoticComponent;
125
127
  }
126
128
  const routes: RouteConfig[];
127
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneko/react",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {