File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change
1
+ import type { InstanceProps } from "@rbxts/react" ;
2
+
1
3
declare namespace JSX {
2
4
interface IntrinsicElements {
3
- attachment : IntrinsicElement < Attachment > ;
4
- blureffect : IntrinsicElement < BlurEffect > ;
5
- folder : IntrinsicElement < Folder > ;
6
- highlight : IntrinsicElement < Highlight > ;
7
- motor6d : IntrinsicElement < Motor6D > ;
8
- part : IntrinsicElement < Part > ;
9
- proximityprompt : IntrinsicElement < ProximityPrompt > ;
10
- rigidconstraint : IntrinsicElement < RigidConstraint > ;
11
- texture : IntrinsicElement < Texture > ;
12
- worldmodel : IntrinsicElement < WorldModel > ;
5
+ attachment : InstanceProps < Attachment > ;
6
+ blureffect : InstanceProps < BlurEffect > ;
7
+ folder : InstanceProps < Folder > ;
8
+ highlight : InstanceProps < Highlight > ;
9
+ motor6d : InstanceProps < Motor6D > ;
10
+ part : InstanceProps < Part > ;
11
+ proximityprompt : InstanceProps < ProximityPrompt > ;
12
+ rigidconstraint : InstanceProps < RigidConstraint > ;
13
+ texture : InstanceProps < Texture > ;
14
+ worldmodel : InstanceProps < WorldModel > ;
13
15
}
14
16
}
You can’t perform that action at this time.
0 commit comments