Skip to content

Commit f90a0d9

Browse files
authored
Correct link the CallbackOptions type (#8)
1 parent 262eac8 commit f90a0d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

typedoc.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
"sitemapBaseUrl": "https://react-autonumeric.8hob.io",
1717
"externalSymbolLinkMappings": {
1818
"global": {
19-
"AutoNumeric": "https://docs.autonumeric.org/Documentation/methods/",
20-
"typeof": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof"
19+
"AutoNumeric": "https://docs.autonumeric.org/Documentation/methods/"
2120
},
2221
"JSX": {
2322
"IntrinsicElements.input": "https://react.dev/reference/react-dom/components/input",
2423
"IntrinsicElements.input.props": "https://react.dev/reference/react-dom/components/input#props"
2524
},
2625
"AutoNumeric": {
2726
"Options": "https://docs.autonumeric.org/Documentation/configuration%20options/"
27+
},
28+
"autonumeric": {
29+
"AutoNumeric.CallbackOptions": "https://docs.autonumeric.org/Documentation/configuration%20options/"
2830
}
2931
},
3032
"extraFooter": "&copy; 2024 <a href=\"https://8hob.io\">8 Hobbies, LLC</a>",

0 commit comments

Comments
 (0)