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 fbdd83c commit 575134dCopy full SHA for 575134d
src/sanity-ui.d.ts
@@ -0,0 +1,6 @@
1
+import { type Theme } from '@sanity/ui/theme'
2
+
3
+declare module 'styled-components' {
4
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
5
+ interface DefaultTheme extends Theme {}
6
+}
0 commit comments