ts-function-build.md 254 字节
Newer Older
Z
zengyawen 已提交
1 2
# build Function<a name="EN-US_TOPIC_0000001157228879"></a>

Z
zengyawen 已提交
3
The  **build**  function meets the definition of the  **Builder**  API and is used to define the declarative UI description of components.
Z
zengyawen 已提交
4 5 6 7 8 9 10

```
interface Builder {
    build: () => void
}
```