mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
6 lines
240 B
TypeScript
6 lines
240 B
TypeScript
|
// Generated by typings
|
||
|
// Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/7de6c3dd94feaeb21f20054b9f30d5dabc5efabd/json-pointer/json-pointer.d.ts
|
||
|
declare module "scrollparent" {
|
||
|
var x: any;
|
||
|
export default x;
|
||
|
}
|