UNPKG

botframework-webchat-component

Version:
7 lines 305 B
/** * Calls `targetElement.scrollIntoView({ block: 'nearest' })`. * * If browser do not support options for `scrollIntoView`, fallback to polyfill. */ export default function scrollIntoViewWithBlockNearest(targetElement: HTMLElement): void; //# sourceMappingURL=scrollIntoViewWithBlockNearest.d.ts.map