(newProps: LineEditProps, oldProps: LineEditProps)
| 64 | */ |
| 65 | export class RNLineEdit extends QLineEdit implements RNWidget { |
| 66 | setProps(newProps: LineEditProps, oldProps: LineEditProps): void { |
| 67 | setLineEditProps(this, newProps, oldProps); |
| 68 | } |
| 69 | appendInitialChild(child: QWidget<any>): void { |
| 70 | throwUnsupported(this); |
| 71 | } |
no test coverage detected