mirror of
https://github.com/Redocly/redoc.git
synced 2026-01-09 09:40:57 +03:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
declare module "json-schema-ref-parser/dist/ref-parser" {
|
|
var x: any;
|
|
export default x;
|
|
}
|