Add panel drag resize ctrl

This commit is contained in:
2022-03-01 14:16:14 +08:00
parent 1238bb71bd
commit 38b7f1850e
6 changed files with 246 additions and 47 deletions
+6
View File
@@ -1,5 +1,6 @@
import { createContext, Component, FunctionComponent } from "react";
import { Emitter } from "@Model/Emitter";
import { Layout } from "@Model/Layout";
/**
* 主题模式
@@ -25,6 +26,11 @@ class Setting extends Emitter<
*/
public language: Language = "EN_US";
/**
* 布局
*/
public layout: Layout = new Layout();
/**
* 设置参数
*/