mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
parent
7500ae4609
commit
da8e9bc1b4
@ -16,6 +16,8 @@ interface State {
|
||||
sliderValue: number;
|
||||
}
|
||||
|
||||
const screen = Dimensions.get('window');
|
||||
|
||||
class Example extends React.Component<{}, State> {
|
||||
modal1: Modal;
|
||||
modal2: Modal;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user