Latest updates from IceHrmPro
This commit is contained in:
3
web/node_modules/antd/lib/table/hooks/useSyncState.d.ts
generated
vendored
Normal file
3
web/node_modules/antd/lib/table/hooks/useSyncState.d.ts
generated
vendored
Normal file
@@ -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