UNPKG

@chatui/core

Version:

The React library for Chatbot UI

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 {};