little-wheels 1.2.13 → 1.3.0
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 +2 -0
- package/dist/index.es.js +722 -698
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -281,6 +281,8 @@ export declare interface PermissionItem {
|
|
|
281
281
|
|
|
282
282
|
export declare function removeUrlParam(paramsArr: string[]): void;
|
|
283
283
|
|
|
284
|
+
export declare function removeUrlParams(url: string, paramsArr: string[]): string;
|
|
285
|
+
|
|
284
286
|
export declare interface RoleItem {
|
|
285
287
|
id: number;
|
|
286
288
|
position_type_id: number;
|