workadventure/front/src/Stores/HelpCameraSettingsStore.ts

4 lines
105 B
TypeScript
Raw Normal View History

import { writable } from "svelte/store";
export const helpCameraSettingsVisibleStore = writable(false);