Skip to content

Commit

Permalink
refactor(i18n): add missing visibility tag to useIntlListFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 11, 2023
1 parent dd34661 commit 3198bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sanity/src/core/i18n/hooks/useIntlListFormat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface UseIntlListFormatOptions {
*
* @param options - Optional options for the list formatter
* @returns Instance of `Intl.ListFormat`
* @public
*/
export function useIntlListFormat(options?: UseIntlListFormatOptions): Intl.ListFormat {
const currentLocale = useCurrentLocale()
Expand Down

0 comments on commit 3198bad

Please sign in to comment.