Skip to content

Commit a07f959

Browse files
authored
fix(type): useSidebar() type error (#2643)
1 parent 08c4bac commit a07f959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ declare const theme: {
2020
export default theme
2121
export type { DefaultTheme } from './types/default-theme.js'
2222

23-
export const useSidebar: () => DefaultTheme.DocSideBar
23+
export const useSidebar: () => DefaultTheme.DocSidebar

0 commit comments

Comments
 (0)