[IMP] misc: update typescript to 4.5.2

This commit is contained in:
Samuel Degueldre
2021-11-19 14:35:25 +01:00
committed by Aaron Bohy
parent 629b379ea9
commit f3555cfae0
12 changed files with 214 additions and 214 deletions
+1
View File
@@ -8,6 +8,7 @@ import type { ComponentNode } from "./component_node";
export class Component {
static template: string = "";
static style: string = "";
static props?: any;
props: any;
env: Env;