UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 193 B
import type { ColSize, LayoutTheme, Space } from "./types.js"; export declare const CSS_SIZE_EXCEPTION: Record<Space | ColSize, string>; export declare const DEFAULT_LAYOUT_THEME: LayoutTheme;