UNPKG

@redocly/theme

Version:

Shared UI components lib

5 lines (4 loc) 251 B
import type { CodeWalkthroughConditionsObject } from '@redocly/config'; export declare function matchCodeWalkthroughConditions(conditions: CodeWalkthroughConditionsObject | undefined, state: Record<string, { value: string | boolean; }>): boolean;