UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

4 lines (3 loc) 190 B
import type { StyleguideRawConfig, Plugin } from './types'; export declare const builtInConfigs: Record<string, StyleguideRawConfig>; export declare const defaultPlugin: Plugin<'built-in'>;