* 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