UNPKG

stimulus-store

Version:

Lightweight state management for Stimulus.js

4 lines (2 loc) 111 B
import type { StoreValue } from './storeValue' export declare type UpdateMethod = (value: StoreValue) => void