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 1, 2021
1 parent 5038d31 commit 3f7c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 3f7c4b0

Please sign in to comment.