2
0
mirror of https://github.com/frappe/books.git synced 2025-02-03 20:48:29 +00:00
books/src/utils/refs.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
160 B
TypeScript
Raw Normal View History

import { ref } from 'vue';
export const showSidebar = ref(true);
export const docsPathRef = ref<string>('');
export const systemLanguageRef = ref<string>('');