UNPKG

@legendapp/state

Version:
3 lines (2 loc) 170 B
import { type Observable } from '@legendapp/state'; export declare function useObservableState<T>(initialValue?: T | (() => T) | (() => Promise<T>)): [Observable<T>, T];