瀏覽代碼

add jsdoc

itizawa 5 年之前
父節點
當前提交
df47a2ef40
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/client/js/components/PaginationWrapper.jsx

+ 9 - 0
src/client/js/components/PaginationWrapper.jsx

@@ -3,6 +3,15 @@ import PropTypes from 'prop-types';
 
 import { Pagination, PaginationItem, PaginationLink } from 'reactstrap';
 
+/**
+ *
+ * @author Mikitaka Itizawa <itizawa@weseek.co.jp>
+ *
+ * @export
+ * @class PaginationWrapper
+ * @extends {React.Component}
+ */
+
 function PaginationWrapper(props) {
   const {
     activePage, changePage, totalItemsCount, pagingLimit, align,