mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Modification of type definitions and index for doc
This commit is contained in:
parent
f0916f71c5
commit
2a3e60581f
5 changed files with 33 additions and 12 deletions
|
|
@ -9,10 +9,11 @@ Creates a new UI element, applying any given properties.
|
|||
- ### Type
|
||||
|
||||
```lua
|
||||
function create(class: string): (Properties) -> Instance
|
||||
function create(instance: Instace): (Properties) -> Instance
|
||||
type Properties = Map<string | number, any>
|
||||
|
||||
function create(class: string): (Properties) -> Instance
|
||||
function create(instance: Instance): (Properties) -> Instance
|
||||
|
||||
type Properties = Map<string|number, any>
|
||||
```
|
||||
|
||||
- ### Details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue