Skip to content

Commit

Permalink
export SrAnnouncer, VisuallyHidden, too
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Dec 16, 2024
1 parent 405bd18 commit 7991cd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ export type {
} from "./components/Button/ActionButton"

export type { LinkAdapterPropsOverrides } from "./components/LinkAdapter/LinkAdapter"

export { SrAnnouncer } from "./components/SrAnnouncer/SrAnnouncer"
export type { SrAnnouncerProps } from "./components/SrAnnouncer/SrAnnouncer"
export { VisuallyHidden } from "./components/VisuallyHidden/VisuallyHidden"

0 comments on commit 7991cd4

Please sign in to comment.