Skip to content

Commit

Permalink
fix(html): get rid of type duplication (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUait authored Jun 23, 2023
1 parent 885a372 commit 5de46a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-ui/typings/html.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';
export interface HTMLProps {
a: React.AnchorHTMLAttributes<HTMLAnchorElement>;
abbr: React.HTMLAttributes<HTMLElement>;
div: React.HTMLAttributes<HTMLDivElement>;
address: React.HTMLAttributes<HTMLElement>;
area: React.AreaHTMLAttributes<HTMLAreaElement>;
article: React.HTMLAttributes<HTMLElement>;
Expand Down

0 comments on commit 5de46a4

Please sign in to comment.