Skip to content

Commit 078720b

Browse files
hakonkroghPlopix
authored andcommitted
fix(reactjs-components): remove wrongly extended HTMLElement from props
1 parent 378c278 commit 078720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-transformer/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const Renderers = {
8383
'line-break': () => <br />,
8484
};
8585

86-
export interface Props extends HTMLAttributes<HTMLDivElement> {
86+
export interface Props {
8787
overrides?: Overrides | null;
8888
json?: [NodeProps] | NodeProps;
8989
}

0 commit comments

Comments
 (0)