UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 222 B
import type { UserSize } from "./types.js"; export declare const DEFAULT_USER_SIZE: UserSize; export declare const COMPACT_SIZES: Set<UserSize>; export declare const UserQa: { NAME: string; DESCRIPTION: string; };