Skip to content

Commit

Permalink
fix(types): shadow wrapper static fields mixin (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut authored Sep 1, 2023
1 parent 92585de commit a65435c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/ShadowWrapper/ShadowWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CSS_ATTRIBUTE = 'css-src';
* new (...args: ConstructorParameters<T>): InstanceType<T> & {
* shadowReadyCallback(): void;
* };
* }}
* } & Omit<T, 'new'>}
*/
export function shadowed(Base) {
// @ts-ignore
Expand Down

0 comments on commit a65435c

Please sign in to comment.