From 5334d8734d04b71612777cad610553b1ef904953 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Mon, 14 Jul 2025 13:12:05 +0200 Subject: [PATCH] Export jecs.Component in roblox-ts types --- jecs.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jecs.d.ts b/jecs.d.ts index 431cca7..b347d12 100755 --- a/jecs.d.ts +++ b/jecs.d.ts @@ -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;