ets-fe-ng-sdk 20.3.4 → 20.3.5
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/index.d.ts
CHANGED
|
@@ -2204,6 +2204,7 @@ declare namespace EVFunctions {
|
|
|
2204
2204
|
* @returns
|
|
2205
2205
|
*/
|
|
2206
2206
|
function extendRoute2(route: Route, indexPage?: IExtendRouteIndexPage): Routes;
|
|
2207
|
+
function createModule(path: string, route: Omit<Route, 'path'>, indexPage?: IExtendRouteIndexPage): Route;
|
|
2207
2208
|
/**
|
|
2208
2209
|
* Concatenates two strings and accounts for null values
|
|
2209
2210
|
* @param text1 First string to concatenate
|