1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-02 17:05:49 +03:00
redoc/typings/scrollparent.d.ts

6 lines
240 B
TypeScript
Raw Normal View History

// 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;
}