mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] misc: update typescript to 4.5.2
This commit is contained in:
committed by
Aaron Bohy
parent
629b379ea9
commit
f3555cfae0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user