4 lines
105 B
TypeScript

import { createStore } from "zustand";
export const settingsDialog = createStore<boolean>(() => false);