Files
Webklar.com/node_modules/next/dist/client/dev/dev-build-watcher.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

6 lines
207 B
TypeScript

export interface ShowHideHandler {
show: () => void;
hide: () => void;
}
export default function initializeBuildWatcher(toggleCallback: (handlers: ShowHideHandler) => void, position?: string): void;