UNPKG

@mantine/vanilla-extract

Version:

Vanilla Extract integration for Mantine theme

4 lines (3 loc) 172 B
import { MantineThemeOverride } from '@mantine/core'; import { MantineVars } from './types'; export declare function themeToVars(theme: MantineThemeOverride): MantineVars;