botframework-webchat-component
Version:
React component of botframework-webchat
7 lines • 305 B
TypeScript
/**
* 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