Export jecs.Component in roblox-ts types

This commit is contained in:
Ukendio 2025-07-14 13:12:05 +02:00
parent a6ae67250c
commit 5334d8734d

1
jecs.d.ts vendored
View file

@ -303,6 +303,7 @@ export declare const OnAdd: StatefulHook;
export declare const OnRemove: StatelessHook;
export declare const OnChange: StatefulHook;
export declare const ChildOf: Tag;
export declare const Component: Tag;
export declare const Wildcard: Entity;
export declare const w: Entity;
export declare const OnDelete: Tag;