@umijs/use-request
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -18,3 +18,2 @@ /// <reference types="react" /> | ||
showTotal?: (total: number, range: [number, number]) => React.ReactNode; | ||
size?: string; | ||
simple?: boolean; | ||
@@ -29,3 +28,2 @@ style?: React.CSSProperties; | ||
showLessItems?: boolean; | ||
position?: 'top' | 'bottom' | 'both'; | ||
[key: string]: any; | ||
@@ -32,0 +30,0 @@ } |
@@ -18,3 +18,2 @@ /// <reference types="react" /> | ||
showTotal?: (total: number, range: [number, number]) => React.ReactNode; | ||
size?: string; | ||
simple?: boolean; | ||
@@ -29,3 +28,2 @@ style?: React.CSSProperties; | ||
showLessItems?: boolean; | ||
position?: 'top' | 'bottom' | 'both'; | ||
[key: string]: any; | ||
@@ -32,0 +30,0 @@ } |
@@ -18,3 +18,2 @@ /// <reference types="react" /> | ||
showTotal?: (total: number, range: [number, number]) => React.ReactNode; | ||
size?: string; | ||
simple?: boolean; | ||
@@ -29,3 +28,2 @@ style?: React.CSSProperties; | ||
showLessItems?: boolean; | ||
position?: 'top' | 'bottom' | 'both'; | ||
[key: string]: any; | ||
@@ -32,0 +30,0 @@ } |
{ | ||
"name": "@umijs/use-request", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "React Hooks for fetching, caching and updating asynchronous data", | ||
@@ -38,3 +38,3 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@umijs/hooks": "^1.8.0", | ||
"@umijs/hooks": "^1.8.1", | ||
"axios": "^0.19.2" | ||
@@ -41,0 +41,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123584
2593