mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update test to use new props
This commit is contained in:
parent
5aae4f7672
commit
b8cd3c9f09
@ -72,7 +72,7 @@ class Test extends React.Component<any> {
|
||||
dismissOnTouchOutside={false}
|
||||
dismissOnHardwareBackPress={false}
|
||||
haveOverlay={true}
|
||||
show={true}
|
||||
visible={true}
|
||||
onShown={() => { console.log('onShown'); }}
|
||||
onDismissed={() => { console.log('onDismissed'); }}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user