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 44a72fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@
"sitemapBaseUrl": "https://react-autonumeric.8hob.io",
"externalSymbolLinkMappings": {
"global": {
"AutoNumeric": "https://docs.autonumeric.org/Documentation/methods/",
"typeof": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof"
"AutoNumeric": "https://docs.autonumeric.org/Documentation/methods/"
},
"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 44a72fc

Please sign in to comment.