Browse Source

add jsdoc

itizawa 5 years ago
parent
commit
df47a2ef40
1 changed files with 9 additions and 0 deletions
  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,