UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 162 B
import type { ListItemSize } from "../types.js"; export declare const computeItemSize: (size: ListItemSize, hasSubRows?: boolean) => 34 | 44 | 22 | 26 | 52 | 62;