1 line
111 B
TypeScript
Executable file
1 line
111 B
TypeScript
Executable file
export default function scrollTo(selected: HTMLElement, scrollParent?: HTMLElement): (() => void) | undefined;
|