UNPKG

@loona/core

Version:

App State Management done with GraphQL (core package)

3 lines (2 loc) 130 B
import { StateOptions } from '../types/state'; export declare function State<T>(options?: StateOptions<T>): (target: any) => any;