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 c69b449 commit 2169a7bCopy full SHA for 2169a7b
site/src/components/Abbr/Abbr.tsx
@@ -1,7 +1,7 @@
1
import type { FC, HTMLAttributes } from "react";
2
import { cn } from "utils/cn";
3
4
-export type Pronunciation = "shorthand" | "acronym" | "initialism";
+type Pronunciation = "shorthand" | "acronym" | "initialism";
5
6
type AbbrProps = HTMLAttributes<HTMLElement> & {
7
children: string;
0 commit comments