We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ba250 commit ed8ee77Copy full SHA for ed8ee77
src/use/useBreakpoints.ts
@@ -1,7 +1,7 @@
1
import { onBeforeUnmount, ref, inject } from 'vue';
2
import {getMediaConditions, themeDefault} from '@shopify/polaris-tokens';
3
import type { BreakpointsTokenGroup } from '@shopify/polaris-tokens';
4
-import {
+import type {
5
BreakpointsDirectionAlias,
6
BreakpointsMatches,
7
BreakpointsContextType
0 commit comments