UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 271 B
import type { CodeWalkthroughFile } from '@redocly/config'; export declare function useCodePanel(files: CodeWalkthroughFile[]): { readonly activeFile: CodeWalkthroughFile; readonly handleTabSwitch: (name: string) => void; readonly highlightedCode: string; };