Skip to content

Commit

Permalink
fix: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Apr 24, 2024
1 parent ecc2f94 commit ea4df40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/react/core/create-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export interface Options<I extends HTMLElement, E extends EventNames = {}> {
elementClass: Constructor<I>;
events?: E;
displayName?: string;
renderAttributesOnCreate?: boolean;
}

type Constructor<T> = { new (): T };
Expand Down

0 comments on commit ea4df40

Please sign in to comment.