Skip to content

Commit

Permalink
Merge pull request #28 from etchteam/feature/allow-class
Browse files Browse the repository at this point in the history
feat: allow class on diamond custom elements in jsx
  • Loading branch information
mergify[bot] authored Feb 9, 2024
2 parents bb8e819 + d6b2b51 commit a07d255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/jsx-custom-element.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export type JSXCustomElement = React.HTMLAttributes<HTMLElement> & {
key?: string;
class?: string;
};

0 comments on commit a07d255

Please sign in to comment.