mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
feat: include exports in repo init.luau
This commit is contained in:
parent
b01106b5e2
commit
c2e984d9d8
1 changed files with 2 additions and 0 deletions
|
|
@ -4,5 +4,7 @@ export type source<T> = vide.source<T>
|
||||||
export type Source<T> = vide.Source<T>
|
export type Source<T> = vide.Source<T>
|
||||||
export type context<T> = vide.context<T>
|
export type context<T> = vide.context<T>
|
||||||
export type Context<T> = vide.Context<T>
|
export type Context<T> = vide.Context<T>
|
||||||
|
export type Instances = vide.Instances
|
||||||
|
export type Properties<T> = vide.Properties<T>
|
||||||
|
|
||||||
return vide
|
return vide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue