securityos/node_modules/next/dist/client/dev/dev-build-watcher.d.ts

6 lines
207 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export interface ShowHideHandler {
show: () => void;
hide: () => void;
}
export default function initializeBuildWatcher(toggleCallback: (handlers: ShowHideHandler) => void, position?: string): void;