UNPKG

piral-core

Version:

The core library for creating a Piral instance.

3 lines (2 loc) 227 B
import { GlobalState, NestedPartial } from '../types'; export declare function createGlobalState(customState?: NestedPartial<GlobalState>): import("zustand").UseBoundStore<GlobalState, import("zustand").StoreApi<GlobalState>>;