Skip to content

Commit b03db4f

Browse files
committed
Update common.d.ts
1 parent 1839a37 commit b03db4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typings/common.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare global {
88
type LitElementClassType = LitElementConstructor & Pick<typeof LitElement, keyof typeof LitElement>;
99

1010
// Used for mixins that use reactive element properties (updated, willUpdate, firstUpdated, connectedCallback, etc) but don't set properties or styles
11-
type ReactiveElementConstructor = Constructor<ReactiveElement>;
11+
type ReactiveElementConstructor = Constructor<ReactiveElement>;
1212
// Used for mixins that use reactive element properties (updated, willUpdate, firstUpdated, connectedCallback, etc) and set properties or styles
1313
type ReactiveElementClassType = ReactiveElementConstructor & Pick<typeof ReactiveElement, keyof typeof ReactiveElement>;
14-
}
14+
}

0 commit comments

Comments
 (0)