UNPKG

@tanstack/react-store

Version:

Framework agnostic type-safe store w/ reactive framework adapters

4 lines (3 loc) 138 B
export * from '@tanstack/store'; export { useStore } from './useStore.js'; export declare function shallow<T>(objA: T, objB: T): boolean;