UNPKG

samagra-chatui

Version:
9 lines (8 loc) 184 B
interface Props { el: HTMLElement; to: number; duration?: number; x?: boolean; } export default function smoothScroll({ el, to, duration, x }: Props): void; export {};