UNPKG

stimulus-store

Version:

Lightweight state management for Stimulus.js

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