UNPKG

next

Version:

The React Framework

6 lines (5 loc) 207 B
export interface ShowHideHandler { show: () => void; hide: () => void; } export default function initializeBuildWatcher(toggleCallback: (handlers: ShowHideHandler) => void, position?: string): void;