first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:32:52 +03:00
commit dd72c6220d
3388 changed files with 1195487 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
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>;