Add tab renderer panel

This commit is contained in:
2022-03-02 21:02:54 +08:00
parent 19d77dceb0
commit 6f8451ea9b
10 changed files with 95 additions and 11 deletions
+2
View File
@@ -67,6 +67,8 @@ abstract class AbstractRenderer<
E extends AbstractRendererEvent = {loop: number}
> extends Emitter<E> {
abstract dom: HTMLDivElement | HTMLCanvasElement;
/**
* 渲染器参数
*/