(newProps: DialProps, oldProps: DialProps)
| 51 | */ |
| 52 | export class RNDial extends QDial implements RNWidget { |
| 53 | setProps(newProps: DialProps, oldProps: DialProps): void { |
| 54 | setDialProps(this, newProps, oldProps); |
| 55 | } |
| 56 | appendInitialChild(child: QWidget<any>): void { |
| 57 | throwUnsupported(this); |
| 58 | } |
no test coverage detected