UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 232 B
import type { MantineTheme } from '../../MantineProvider'; import type { MantineStyleProp } from '../Box.types'; export declare function getStyleObject(style: MantineStyleProp | undefined, theme: MantineTheme): React.CSSProperties;