UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 194 B
import type { RealTheme } from "./types.js"; interface RootMods { theme?: RealTheme; } export declare function getRootClassName({ theme }?: RootMods, className?: string): string; export {};