rc-virtual-list
Advanced tools
Comparing version 0.0.0-alpha.13 to 0.0.0-alpha.14
/// <reference types="react" /> | ||
import OriginList from './List'; | ||
declare class List<T> extends OriginList<T> { | ||
componentDidUpdate(): void; | ||
render(): JSX.Element; | ||
} | ||
export default List; |
@@ -45,2 +45,6 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
_createClass(List, [{ | ||
key: "componentDidUpdate", | ||
value: function componentDidUpdate() {// Do nothing since this is a mock! | ||
} | ||
}, { | ||
key: "render", | ||
@@ -47,0 +51,0 @@ value: function render() { |
/// <reference types="react" /> | ||
import OriginList from './List'; | ||
declare class List<T> extends OriginList<T> { | ||
componentDidUpdate(): void; | ||
render(): JSX.Element; | ||
} | ||
export default List; |
@@ -58,2 +58,6 @@ "use strict"; | ||
_createClass(List, [{ | ||
key: "componentDidUpdate", | ||
value: function componentDidUpdate() {// Do nothing since this is a mock! | ||
} | ||
}, { | ||
key: "render", | ||
@@ -60,0 +64,0 @@ value: function render() { |
{ | ||
"name": "rc-virtual-list", | ||
"version": "0.0.0-alpha.13", | ||
"version": "0.0.0-alpha.14", | ||
"description": "React Virtual List Component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
99833
2129