diff --git a/src/def.d.ts b/src/def.d.ts index 3c5fe35..d4dda96 100644 --- a/src/def.d.ts +++ b/src/def.d.ts @@ -328,7 +328,7 @@ interface LoaderIdentity { interface DiscordStyleSheet { [index: string]: any, - createThemedStyleSheet: typeof _RN.StyleSheet.create; + createThemedStyleSheet: typeof import("react-native").StyleSheet.create; } interface VendettaObject {