scroll.d.ts
7 lines
| 191 B
| video/mp2t
|
TypeScriptLexer
cin
|
r2 | import { DomGeometryXYBox } from "dojo/dom-geometry"; | ||
declare module "dojo/_base/kernel" { | ||||
interface Dijit { | ||||
scrollIntoView(node: Element, pos?: DomGeometryXYBox): void; | ||||
} | ||||
} | ||||