UNPKG

@scalar/api-client

Version:

the open source API testing client

11 lines 580 B
import type { WorkspaceEventBus } from '@scalar/workspace-store/events'; import type { UseTabsReturn } from '../../../../v2/features/app/hooks/use-tabs.js'; import { type UseWorkspaceSelectorReturn } from '../../../../v2/features/app/hooks/use-workspace-selector.js'; export declare const useSyncPath: ({ workspaceSelectorState, tabsState, eventBus, }: { workspaceSelectorState: UseWorkspaceSelectorReturn; tabsState: UseTabsReturn; eventBus: WorkspaceEventBus; }) => { isLoading: import("vue").Ref<boolean, boolean>; }; //# sourceMappingURL=use-sync-path.d.ts.map