2 lines
111 B
TypeScript
Executable File
2 lines
111 B
TypeScript
Executable File
export default function scrollTo(selected: HTMLElement, scrollParent?: HTMLElement): (() => void) | undefined;
|