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 a940c39 commit 88e3b64Copy full SHA for 88e3b64
.changeset/ripe-ants-carry.md
@@ -0,0 +1,2 @@
1
+---
2
.typedoc/custom-plugin.mjs
@@ -101,10 +101,6 @@ function getCatchAllReplacements() {
101
pattern: /(?<![\[\w`])`Appearance`\\<`Theme`\\>/g,
102
replace: '[`Appearance<Theme>`](/docs/guides/customizing-clerk/appearance-prop/overview)',
103
},
104
- {
105
- pattern: /(?<![\[\w`])`?BillingMoneyAmount`?(?![\]\w`])/g,
106
- replace: '[`BillingMoneyAmount`](/docs/reference/javascript/types/billing-money-amount)',
107
- },
108
{
109
pattern: /\(CreateOrganizationParams\)/g,
110
replace: '([CreateOrganizationParams](#create-organization-params))',
0 commit comments