[TS] treetype-ts must explode
This commit is contained in:
parent
a6cb2d0be3
commit
48717d0e99
1 changed files with 1 additions and 1 deletions
2
src/def.d.ts
vendored
2
src/def.d.ts
vendored
|
@ -328,7 +328,7 @@ interface LoaderIdentity {
|
||||||
|
|
||||||
interface DiscordStyleSheet {
|
interface DiscordStyleSheet {
|
||||||
[index: string]: any,
|
[index: string]: any,
|
||||||
createThemedStyleSheet: typeof _RN.StyleSheet.create;
|
createThemedStyleSheet: typeof import("react-native").StyleSheet.create;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface VendettaObject {
|
interface VendettaObject {
|
||||||
|
|
Loading…
Reference in a new issue