Outlook_Addin_LLM/node_modules/dom-helpers/esm/scrollTo.d.ts

2 lines
111 B
TypeScript
Raw Normal View History

export default function scrollTo(selected: HTMLElement, scrollParent?: HTMLElement): (() => void) | undefined;