UNPKG

@dfinity/gix-components

Version:
8 lines (7 loc) 248 B
/// <reference types="svelte" /> interface Props { scrollContainer: HTMLElement; } declare const ScrollSentinel: import("svelte").Component<Props, {}, "">; type ScrollSentinel = ReturnType<typeof ScrollSentinel>; export default ScrollSentinel;