mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 23:19:31 +08:00
The existing interfaces don't allow for the following use of ModelOptions.
```
options = <ModalOptions>{
backdrop: forceUserInteraction ? "static" : true
};
```