aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-10-26 09:47:11 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-26 10:15:16 +0530
commit354ffea92be3a1030c730b6bb8ece7f680e01b12 (patch)
tree6425e972752c9b250e861b16da1a3120bc6db13c /src/@types
parent6.2.1-nightly.29 [skip ci] (diff)
downloadferdium-app-354ffea92be3a1030c730b6bb8ece7f680e01b12.tar.gz
ferdium-app-354ffea92be3a1030c730b6bb8ece7f680e01b12.tar.zst
ferdium-app-354ffea92be3a1030c730b6bb8ece7f680e01b12.zip
refactor: convert TabBar to typescript
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/stores.types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index 30898a8a7..bf2dc8bd2 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -125,6 +125,7 @@ interface AppStore extends TypedStore {
125 universalDarkMode: boolean; 125 universalDarkMode: boolean;
126 cacheSize: () => void; 126 cacheSize: () => void;
127 debugInfo: () => void; 127 debugInfo: () => void;
128 enableLongPressServiceHint: boolean;
128} 129}
129 130
130interface CommunityRecipesStore extends TypedStore { 131interface CommunityRecipesStore extends TypedStore {