Skip to content

Commit

Permalink
add xmlns:xlink type
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Apr 25, 2024
1 parent 8a036b1 commit 2fda888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dom-expressions/src/jsx-h.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,7 @@ export namespace JSX {
contentScriptType?: FunctionMaybe<string>;
contentStyleType?: FunctionMaybe<string>;
xmlns?: FunctionMaybe<string>;
"xmlns:xlink"?: FunctionMaybe<string>;
}
interface SwitchSVGAttributes<T>
extends ContainerElementSVGAttributes<T>,
Expand Down
1 change: 1 addition & 0 deletions packages/dom-expressions/src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@ export namespace JSX {
contentScriptType?: string;
contentStyleType?: string;
xmlns?: string;
"xmlns:xlink"?: string;
}
interface SwitchSVGAttributes<T>
extends ContainerElementSVGAttributes<T>,
Expand Down

0 comments on commit 2fda888

Please sign in to comment.