mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-22 08:09:25 -04:00
7 lines
97 B
TypeScript
7 lines
97 B
TypeScript
declare global {
|
|
interface Window {
|
|
STICKY_MENU_SCROLL_LISTENER: boolean;
|
|
}
|
|
}
|
|
|
|
export {}; |