(newProps: ImageProps, oldProps: ImageProps)
| 75 | */ |
| 76 | export class RNImage extends QLabel implements RNWidget { |
| 77 | setProps(newProps: ImageProps, oldProps: ImageProps): void { |
| 78 | setImageProps(this, newProps, oldProps); |
| 79 | } |
| 80 | appendInitialChild(child: QWidget<any>): void { |
| 81 | throwUnsupported(this); |
| 82 | } |
no test coverage detected