UNPKG

@redocly/theme

Version:

Shared UI components lib

16 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SvgContent = void 0; class SvgContent { validate(_value) { return []; } } exports.SvgContent = SvgContent; Object.defineProperty(SvgContent, "resolver", { enumerable: true, configurable: true, writable: true, value: 'svgContent' }); //# sourceMappingURL=svg-content.js.map