Skip to content

Commit

Permalink
Update packages/docusaurus-theme-classic/src/theme-classic.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Apr 21, 2023
1 parent 0af77d2 commit 2483389
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 @@ -1072,7 +1072,7 @@ declare module '@theme/NavbarItem/LocaleDropdownNavbarItem' {
export interface Props extends DropdownNavbarItemProps {
readonly dropdownItemsBefore: LinkLikeNavbarItemProps[];
readonly dropdownItemsAfter: LinkLikeNavbarItemProps[];
readonly queryString: string;
readonly queryString?: string;
}

export default function LocaleDropdownNavbarItem(props: Props): JSX.Element;
Expand Down

0 comments on commit 2483389

Please sign in to comment.