Files
sistem-desa-mandiri/src/module/home/lib/val_home.ts
amel 342a335878 new fitur: baca semua notifikasi
Deskripsi:
- drawer bottom menu notifikasi
- api update semua notifikasi
- update api version app

No Issues
2025-04-16 11:40:04 +08:00

5 lines
170 B
TypeScript

import { hookstate } from "@hookstate/core";
export const globalParamJumlahNotif = hookstate<boolean>(false)
export const globalRefreshNotif = hookstate<boolean>(false)