UNPKG

@rindo/store

Version:

Store is a lightweight shared state library by the RindoJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.

3 lines (2 loc) 109 B
import { Subscription } from '../types'; export declare const rindoSubscription: <T>() => Subscription<T>;