We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579d0f4 commit 318b37eCopy full SHA for 318b37e
1 file changed
README.md
@@ -44,8 +44,7 @@ const light = {
44
text: '#000000',
45
};
46
47
-export type Theme = typeof theme;
48
-export const { StyleSheet, ThemeProvider, useTheme } = Sugar<Theme>(theme);
+export const { StyleSheet, ThemeProvider, useTheme } = Sugar(theme);
49
50
export default StyleSheet;
51
```
0 commit comments