mirror of
https://github.com/khairul169/code-share.git
synced 2025-05-15 00:49:34 +07:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { createStore } from "zustand";
|
|
|
|
export const settingsDialog = createStore<boolean>(() => false);
|