UNPKG

flexium

Version:

A lightweight, signals-based UI framework with cross-platform renderers

5 lines (3 loc) 186 B
type SetStoreFunction = (...args: any[]) => void; declare function createStore<T extends object>(initialState: T): [T, SetStoreFunction]; export { type SetStoreFunction, createStore };