mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
3 lines
339 B
TypeScript
3 lines
339 B
TypeScript
import type { StateCreator, StoreMutatorIdentifier } from 'zustand/vanilla';
|
|
export declare function ssrSafe<T extends object, U extends object, Mps extends [StoreMutatorIdentifier, unknown][] = [], Mcs extends [StoreMutatorIdentifier, unknown][] = []>(config: StateCreator<T, Mps, Mcs, U>, isSSR?: boolean): StateCreator<T, Mps, Mcs, U>;
|