mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
rework registry
This commit is contained in:
@@ -31,6 +31,10 @@ interface Meta<T extends WEnv> {
|
||||
|
||||
const patch = init([sdListeners, sdAttrs]);
|
||||
|
||||
export interface Type<T> extends Function {
|
||||
new (...args: any[]): T;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Widget
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user