Latest updates from IceHrmPro
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
declare type UseSyncStateProps<T> = [() => T, (newValue: T) => void];
|
||||
export default function useSyncState<T>(filteredKeys: T): UseSyncStateProps<T>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user