Skip to content

Commit ae08675

Browse files
authored
[@mantine/emotion] Improve CSSObject type in createStyles (#8500)
1 parent 16dae3a commit ae08675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@mantine/emotion/src/create-styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { CSSObject } from '@emotion/serialize';
21
import { em, MantineBreakpoint, MantineTheme, px, useMantineTheme } from '@mantine/core';
2+
import { CSSObject } from './types';
33
// prettier-ignore
44
import { useCss } from './use-css';
55

0 commit comments

Comments
 (0)