( child: Instance | TextInstance, container: Container )
| 48 | } |
| 49 | |
| 50 | export function removeChild( |
| 51 | child: Instance | TextInstance, |
| 52 | container: Container |
| 53 | ) { |
| 54 | container.removeChild(child); |
| 55 | } |
| 56 | |
| 57 | export function insertChildToContainer( |
| 58 | child: Instance, |