(newProps: ErrorPromptProps, oldProps: ErrorPromptProps)
| 20 | |
| 21 | export class RNErrorPrompt extends QErrorMessage implements RNWidget { |
| 22 | setProps(newProps: ErrorPromptProps, oldProps: ErrorPromptProps): void { |
| 23 | setErrorPromptProps(this, newProps, oldProps); |
| 24 | } |
| 25 | appendInitialChild(child: QWidget<any>): void { |
| 26 | throwUnsupported(this); |
| 27 | } |
no test coverage detected