UNPKG

@yandex/ui

Version:

Yandex UI components

3 lines (2 loc) 177 B
import { RefObject } from 'react'; export declare const calculateItemWidth: (element: RefObject<HTMLLIElement | HTMLUListElement>, withMargins?: boolean | undefined) => number;