UNPKG

@nexcodepl/store-react

Version:
3 lines (2 loc) 170 B
import { StoreComputed } from "@nexcodepl/store"; export declare function useStoreComputed<T>(...args: ConstructorParameters<typeof StoreComputed<T>>): StoreComputed<T>;