UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 177 B
import type { ListItemId } from "../types.js"; export declare const scrollToListItem: (itemId: ListItemId, containerElement?: HTMLDivElement | HTMLUListElement | null) => void;