vide/src
raine f3bfc65607
feat: export vide.create types and include more ui element types (#79)
* feat: add more ui instances to Create type

* fix: use string requires in init.luau

@self string requires are now supported by Roblox, so this should be fine. It works in my Pesde patches and fixes issues with missing types.

* feat: export vide.create types

Instances and Properties are both useful types that should be able to be used by consumers (e.g. wrapper components).

* fix: typo

* feat: include exports in repo init.luau

Fixes #84
2026-08-05 17:43:28 +01:00
..
action.luau Minor refactors 2023-11-20 16:53:30 +00:00
apply.luau Use generalized iteration everywhere 2025-09-02 03:12:19 +01:00
batch.luau Try improve error reporting 2024-12-27 22:43:01 +00:00
branch.luau Allow vide.branch to be used in a reactive scope 2026-03-10 13:46:13 +00:00
changed.luau Update require paths to relative string 2024-11-13 22:19:20 +00:00
cleanup.luau Try improve error reporting 2024-12-27 22:43:01 +00:00
context.luau Try improve error reporting 2024-12-27 22:43:01 +00:00
create.luau feat: export vide.create types and include more ui element types (#79) 2026-08-05 17:43:28 +01:00
defaults.luau Deprecate create() overloads 2026-04-29 21:33:29 +01:00
derive.luau Optimize indexes() and values() 2025-03-27 19:27:54 +00:00
effect.luau Update require paths to relative string 2024-11-13 22:19:20 +00:00
flags.luau Add vide.default type 2025-09-01 22:19:24 +01:00
graph.luau Use generalized iteration everywhere 2025-09-02 03:12:19 +01:00
implicit_effect.luau Use generalized iteration everywhere 2025-09-02 03:12:19 +01:00
indexes.luau Fix type error when not specifying scope destroy delay 2025-11-26 12:38:39 +00:00
init.luau feat: export vide.create types and include more ui element types (#79) 2026-08-05 17:43:28 +01:00
lib.luau feat: export vide.create types and include more ui element types (#79) 2026-08-05 17:43:28 +01:00
mount.luau Update require paths to relative string 2024-11-13 22:19:20 +00:00
read.luau Update require paths to relative string 2024-11-13 22:19:20 +00:00
root.luau Try improve error reporting 2024-12-27 22:43:01 +00:00
show.luau Fix type error when not specifying scope destroy delay 2025-11-26 12:38:39 +00:00
source.luau Optimize indexes() and values() 2025-03-27 19:27:54 +00:00
spring.luau Fix spring impulse control 2025-12-04 14:22:16 +00:00
switch.luau Fix type error when not specifying scope destroy delay 2025-11-26 12:38:39 +00:00
timeout.luau Optimize indexes() and values() 2025-03-27 19:27:54 +00:00
untrack.luau Update untrack() type to allow no return 2025-01-07 00:06:39 +00:00
values.luau Fix type error when not specifying scope destroy delay 2025-11-26 12:38:39 +00:00