UNPKG

@redocly/theme

Version:

Shared UI components lib

14 lines (13 loc) 539 B
export * from '../markdoc/attributes/code-snippet-file'; export * from '../markdoc/attributes/img-src'; export * from '../markdoc/attributes/img-srcset'; export * from '../markdoc/attributes/relative-path'; export * from '../markdoc/attributes/svg-content'; export * as components from '../markdoc/components/default'; export declare const tags: { [x: string]: import("@markdoc/markdoc").Schema & { attributes?: Record<string, import("@markdoc/markdoc").SchemaAttribute & { resolver?: string; }>; }; };