Skip to content

Commit

Permalink
Correct link the CallbackOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Apr 25, 2024
1 parent 262eac8 commit e4d1564
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
"externalSymbolLinkMappings": {
"global": {
"AutoNumeric": "https://docs.autonumeric.org/Documentation/methods/",
"typeof": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof"
},
"JSX": {
"IntrinsicElements.input": "https://react.dev/reference/react-dom/components/input",
"IntrinsicElements.input.props": "https://react.dev/reference/react-dom/components/input#props"
},
"AutoNumeric": {
"Options": "https://docs.autonumeric.org/Documentation/configuration%20options/"
},
"autonumeric": {
"AutoNumeric.CallbackOptions": "https://docs.autonumeric.org/Documentation/configuration%20options/"
}
},
"extraFooter": "&copy; 2024 <a href=\"https://8hob.io\">8 Hobbies, LLC</a>",
Expand Down

0 comments on commit e4d1564

Please sign in to comment.