UNPKG

@preact-hooks/unistore

Version:

A custom Preact hook to wire up components to Unistore.

9 lines (6 loc) 299 B
// Type definitions for Preact Hooks - Unistore // Project: https://github.com/mihar-22/preact-hooks-unistore // Definitions by: Rahim Alwer <https://github.com/mihar-22> declare function shallowEqual(left: any, right: any): boolean; export as namespace shallowEqual; export default shallowEqual;