upd: announcement
Deskripsi: - pagination scrooll load No Issues
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { hookstate } from "@hookstate/core"
|
||||
import { IGlobalTema } from './type_global';
|
||||
import { RefObject } from "react";
|
||||
|
||||
export const pwd_key_config = "fchgvjknlmdfnbvghhujlaknsdvjbhknlkmsdbdyu567t8y9u30r4587638y9uipkoeghjvuyi89ipkoefmnrjbhtiu4or9ipkoemnjfbhjiuoijdklnjhbviufojkejnshbiuojijknehgruyu"
|
||||
export const globalRole = hookstate<string>('')
|
||||
@@ -24,4 +25,6 @@ export const TEMA = hookstate<IGlobalTema>({
|
||||
export const globalNotifPage = hookstate({
|
||||
load: false,
|
||||
category: ''
|
||||
})
|
||||
})
|
||||
|
||||
export const currentScroll = hookstate<RefObject<HTMLDivElement> | null>(null);
|
||||
Reference in New Issue
Block a user