fix(type): `useSidebar()` type error (#2643)

pull/2650/head
Aelita 12 months ago committed by GitHub
parent 08c4bacac5
commit a07f959d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
theme.d.ts vendored

@ -20,4 +20,4 @@ declare const theme: {
export default theme
export type { DefaultTheme } from './types/default-theme.js'
export const useSidebar: () => DefaultTheme.DocSideBar
export const useSidebar: () => DefaultTheme.DocSidebar

Loading…
Cancel
Save