Comparing version 4.6.3 to 4.6.4
@@ -59,3 +59,3 @@ { | ||
"karma-sourcemap-loader": "0.3.7", | ||
"karma-webpack": "1.8.1", | ||
"karma-webpack": "2.0.2", | ||
"mocha": "3.2.0", | ||
@@ -91,3 +91,3 @@ "react": "15.4.2", | ||
}, | ||
"version": "4.6.3" | ||
"version": "4.6.4" | ||
} |
@@ -95,7 +95,7 @@ import { Key, HTMLProps } from './common'; | ||
number(attr?: PropOptions<any, number>): PropOptions<any, number>; | ||
boolean(attr?: PropOptions<any, boolean>): PropOptions<any, boolean>; | ||
string(attr?: PropOptions<any, string>): PropOptions<any, string>; | ||
array<T>(attr?: PropOptions<any, T[]>): PropOptions<any, T[]>; | ||
object<T extends Object>(attr?: PropOptions<any, T>): PropOptions<any, T>; | ||
number<E extends Component<any>, T extends number>(attr?: PropOptions<E, T>): PropOptions<E, T>; | ||
boolean<E extends Component<any>, T extends boolean>(attr?: PropOptions<E, T>): PropOptions<E, T>; | ||
string<E extends Component<any>, T extends string>(attr?: PropOptions<E, T>): PropOptions<E, T>; | ||
array<E extends Component<any>, T>(attr?: PropOptions<E, T[]>): PropOptions<E, T[]>; | ||
object<E extends Component<any>, T extends Object>(attr?: PropOptions<E, T>): PropOptions<E, T>; | ||
}; | ||
@@ -102,0 +102,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
524902