first commit
This commit is contained in:
3
frontend/node_modules/antd/es/_util/hooks/useSyncState.d.ts
generated
vendored
Normal file
3
frontend/node_modules/antd/es/_util/hooks/useSyncState.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
type UseSyncStateProps<T> = readonly [() => T, (newValue: T) => void];
|
||||
export declare const useSyncState: <T>(initialValue: T) => UseSyncStateProps<T>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user