UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 279 B
import { CssVariable } from '../../../../Box'; export type ResolvedVars = Partial<Record<string, Record<CssVariable, string | undefined>>>; export declare function mergeVars(vars: (ResolvedVars | undefined)[]): Partial<Record<string, Record<`--${string}`, string | undefined>>>;