UNPKG

@stencil/store

Version:

Store is a lightweight shared state library by the StencilJS 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 stencilSubscription: <T>() => Subscription<T>;