feat: add ModularPanel
This commit is contained in:
@@ -70,4 +70,6 @@ export class Mutable<T>{
|
||||
static of<E>(v: E) {
|
||||
return new Mutable(v)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type ClassType<T> = new (...args: any) => T
|
||||
|
Reference in New Issue
Block a user