(template: TemplateFunction, component: UI5Element)
| 10 | * @public |
| 11 | */ |
| 12 | const executeTemplate = (template: TemplateFunction, component: UI5Element) => { |
| 13 | return template.call(component); |
| 14 | }; |
| 15 | |
| 16 | export default executeTemplate; |
| 17 | export type { TemplateFunction }; |
no outgoing calls
no test coverage detected
searching dependent graphs…