We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35805e2 commit 175c966Copy full SHA for 175c966
src/lib/decorators.ts
@@ -25,7 +25,7 @@ import {LitElement} from '../lit-element.js';
25
import {PropertyDeclaration, UpdatingElement} from './updating-element.js';
26
27
export type Constructor<T> = {
28
- new (...args: unknown[]): T
+ new (...args: any[]): T
29
};
30
31
// From the TC39 Decorators proposal
0 commit comments