@bigmi/react
Version:
React primitives for Bitcoin apps.
5 lines • 470 B
TypeScript
//#region src/hooks/useSyncExternalStoreWithTracked.d.ts
declare function useSyncExternalStoreWithTracked<Snapshot extends Selection, Selection = Snapshot>(subscribe: (onStoreChange: () => void) => () => void, getSnapshot: () => Snapshot, getServerSnapshot?: (() => Snapshot) | undefined, isEqual?: (a: Selection, b: Selection) => boolean): Selection;
//#endregion
export { useSyncExternalStoreWithTracked };
//# sourceMappingURL=useSyncExternalStoreWithTracked.d.ts.map