UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
_util
/
scrollIntoView.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
import
{
Options
}
from
'scroll-into-view-if-needed'
;
export
default
function
(
node: HTMLElement, options?: Options
):
void
;