Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 20, 2021
1 parent 31791f4 commit 9e89183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/src/theme-classic.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare module '@theme/Admonition' {
readonly icon?: ReactNode;
readonly title?: string;
}
export default AnnouncementBar;
export default function Admonition(props: Props): JSX.Element;
}

declare module '@theme/AnnouncementBar' {
Expand Down

0 comments on commit 9e89183

Please sign in to comment.