UNPKG

react-application-core

Version:

A react-based application core for the business applications.

9 lines (8 loc) 303 B
import { IScrollConfigEntity } from '../definition'; /** * @stable [08.11.2019] * @param {Element} source * @param {Element} container * @param {IScrollConfigEntity} config */ export declare const scrollIntoView: (source: Element, container: Element, config?: IScrollConfigEntity) => void;