wagmi
Version:
React Hooks for Ethereum
2 lines • 369 B
TypeScript
export declare function useSyncExternalStoreWithTracked<snapshot extends selection, selection = snapshot>(subscribe: (onStoreChange: () => void) => () => void, getSnapshot: () => snapshot, getServerSnapshot?: undefined | null | (() => snapshot), isEqual?: (a: selection, b: selection) => boolean): snapshot;
//# sourceMappingURL=useSyncExternalStoreWithTracked.d.ts.map