(textInstance: TextInstance, content: string)
| 44 | } |
| 45 | |
| 46 | export function commitTextUpdate(textInstance: TextInstance, content: string) { |
| 47 | textInstance.textContent = content; |
| 48 | } |
| 49 | |
| 50 | export function removeChild( |
| 51 | child: Instance | TextInstance, |