We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727a4b9 commit f4bdc5dCopy full SHA for f4bdc5d
src/ReactHTMLTableToExcel.jsx
@@ -1,7 +1,7 @@
1
/* global window, document */
2
import React, {Component, PropTypes} from 'react';
3
4
-propTypes = {
+const propTypes = {
5
table: PropTypes.string.isRequired,
6
filename: PropTypes.string.isRequired,
7
sheet: PropTypes.string.isRequired,
0 commit comments