Skip to content

Commit

Permalink
fix(React): fix wujie-react component props declaration (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsang4 authored Aug 7, 2022
1 parent a33dec5 commit 1a6af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wujie-react/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class WujieReact extends React.PureComponent {
sync: typeof PropTypes.bool;
fiber: typeof PropTypes.bool;
degrade: typeof PropTypes.bool;
plugin: typeof PropTypes.array;
plugins: typeof PropTypes.array;
beforeLoad: typeof PropTypes.func;
beforeMount: typeof PropTypes.func;
afterMount: typeof PropTypes.func;
Expand Down

0 comments on commit 1a6af76

Please sign in to comment.