UNPKG

@tinijs/store

Version:

The state management module for the TiniJS framework.

3 lines (2 loc) 206 B
import type { Store } from './types.js'; export declare function Subscribe<States>(store: Store<States>, stateKey?: keyof States | null, reactive?: boolean): (prototype: any, propertyName: string) => void;