UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 257 B
import type { CodeWalkthroughFile } from '@redocly/config'; export declare function getCodeWalkthroughFileText(file: CodeWalkthroughFile, state: Record<string, { value: string | boolean; }>, inputsState: Record<string, { value: string; }>): string;