Add panel drag resize ctrl
This commit is contained in:
@@ -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();
|
||||
|
||||
/**
|
||||
* 设置参数
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user