# build Function The **build** function meets the definition of the **Builder** API and is used to define the declarative UI description of components. ``` interface Builder { build: () => void } ```