collapsible toc

This commit is contained in:
Jacky Zhao
2023-06-17 12:07:40 -07:00
parent 95cb3efe33
commit 73dfcab5eb
14 changed files with 176 additions and 114 deletions

2
index.d.ts vendored
View File

@ -5,7 +5,7 @@ declare module '*.scss' {
// dom custom event
interface CustomEventMap {
"spa_nav": CustomEvent<{ url: string }>;
"nav": CustomEvent<{ url: string }>;
}
declare global {