(newProps: TextProps, oldProps: TextProps)
| 47 | */ |
| 48 | export class RNText extends QLabel implements RNWidget { |
| 49 | setProps(newProps: TextProps, oldProps: TextProps): void { |
| 50 | setTextProps(this, newProps, oldProps); |
| 51 | } |
| 52 | appendInitialChild(child: QWidget<any>): void { |
| 53 | throwUnsupported(this); |
| 54 | } |
no test coverage detected