UNPKG

stimulus-store

Version:

Lightweight state management for Stimulus.js

6 lines (4 loc) 137 B
import type { StoreValue } from './storeValue' export declare type CurrentValueCallback = ( currentValue: StoreValue, ) => StoreValue