UNPKG

@redocly/theme

Version:

Shared UI components lib

10 lines (7 loc) 260 B
import type { CustomAttributeTypeInterface, ValidationError } from '@markdoc/markdoc'; export class ImageSrcSet implements CustomAttributeTypeInterface { validate(_value: string): ValidationError[] { return []; } static resolver = 'imageSrcSet'; }