mirror of
https://github.com/Ukendio/jecs.git
synced 2025-07-15 02:39:17 +00:00
Export jecs.Component in roblox-ts types
This commit is contained in:
parent
a6ae67250c
commit
5334d8734d
1 changed files with 1 additions and 0 deletions
1
jecs.d.ts
vendored
1
jecs.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue