Fix click handling for stories
This commit is contained in:
parent
c0082adc56
commit
698c7a7739
78 changed files with 274 additions and 46 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -103,6 +103,7 @@ export { Long } from 'long';
|
|||
// Synced with the type in ts/shims/showConfirmationDialog
|
||||
// we are duplicating it here because that file cannot import/export.
|
||||
type ConfirmationDialogViewProps = {
|
||||
dialogName: string;
|
||||
cancelText?: string;
|
||||
confirmStyle?: 'affirmative' | 'negative';
|
||||
message: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue