Skip to content

Commit

Permalink
docs: remove deprecated type from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jun 8, 2024
1 parent 1ae1822 commit 8d281da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/formatters/formatCaption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function formatCaption(
}

/**
* @private
* @deprecated Use {@link formatCaption} instead.
* @group Formatters
*/
Expand Down
1 change: 1 addition & 0 deletions src/formatters/formatYearDropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function formatYearDropdown(year: number): string {
}

/**
* @private
* @deprecated Use `formatYearDropdown` instead.
* @group Formatters
*/
Expand Down

0 comments on commit 8d281da

Please sign in to comment.