Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 45978dd

Browse files
author
farfromrefug
committed
fix: allow to extend IntrinsicElements
1 parent 058c4e6 commit 45978dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jsx/svelte-native-jsx-nativescript-core.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ type TWrapLayoutAttributes = Override<LayoutBaseAttributes, {
10441044
interface WrapLayoutAttributes extends TWrapLayoutAttributes {}
10451045

10461046

1047-
interface IntrinsicElements {
1047+
interface TIntrinsicElements {
10481048
absoluteLayout: AbsoluteLayoutAttributes;
10491049
actionBar: ActionBarAttributes;
10501050
actionItem: ActionItemAttributes;
@@ -1088,7 +1088,7 @@ interface IntrinsicElements {
10881088
webView: WebViewAttributes;
10891089
wrapLayout: WrapLayoutAttributes;
10901090
}
1091-
1091+
interface IntrinsicElements extends TIntrinsicElements{}
10921092

10931093
}
10941094
}

0 commit comments

Comments
 (0)