UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 264 B
import type { CodeWalkthroughFile } from '@redocly/config'; export declare function downloadCodeWalkthrough(files: CodeWalkthroughFile[], state: Record<string, { value: string | boolean; }>, inputsState: Record<string, { value: string; }>): Promise<void>;