(newProps: SpinBoxProps, oldProps: SpinBoxProps)
| 65 | */ |
| 66 | export class RNSpinBox extends QSpinBox implements RNWidget { |
| 67 | setProps(newProps: SpinBoxProps, oldProps: SpinBoxProps): void { |
| 68 | setSpinBoxProps(this, newProps, oldProps); |
| 69 | } |
| 70 | appendInitialChild(child: QWidget<any>): void { |
| 71 | throwUnsupported(this); |
| 72 | } |
no test coverage detected