UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 254 B
import type { CustomAttributeTypeInterface, ValidationError } from '@markdoc/markdoc'; export declare class CodeWalkthroughFilesets implements CustomAttributeTypeInterface { validate(_value: string): ValidationError[]; static resolver: string; }