mod: темы (светлая и темная) включаются автоматически
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// Реэкспорт всех необходимых модулей для использования в браузере (через <script type="module">)
|
||||
|
||||
export { EditorState } from "@codemirror/state";
|
||||
export {
|
||||
EditorState,
|
||||
Compartment
|
||||
} from "@codemirror/state";
|
||||
export {
|
||||
EditorView,
|
||||
lineNumbers,
|
||||
|
||||
Reference in New Issue
Block a user