@gravity-ui/uikit
Version:
Gravity UI base styling and components
6 lines (5 loc) • 303 B
TypeScript
import type { UserLabelSize } from "./types.js";
export declare const DEFAULT_USER_LABEL_SIZE: UserLabelSize;
export declare const COMPACT_SIZES: Set<UserLabelSize>;
export declare const BORDER_COLOR = "var(--g-color-line-generic-solid)";
export declare const ICON_SIZES: Record<UserLabelSize, number>;