UNPKG

@particle-network/connectkit

Version:
9 lines (8 loc) 221 B
type State = { open: boolean; }; type Actions = { setOpen: (value: boolean) => void; }; export declare const useModalState: import("zustand").UseBoundStore<import("zustand").StoreApi<State & Actions>>; export {};