mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
[react-onsenui] Added AlertDialogButton (#42663)
https://onsen.io/v2/api/react/AlertDialogButton.html
This commit is contained in:
7
types/react-onsenui/index.d.ts
vendored
7
types/react-onsenui/index.d.ts
vendored
@@ -5,6 +5,7 @@
|
||||
// Jemmyw <https://github.com/jemmyw>
|
||||
// Mikael Lirbank <https://github.com/lirbank>
|
||||
// Yuji Tabata <https://github.com/uztbt>
|
||||
// LBLZR_ <https://github.com/LaBlazer>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@@ -187,6 +188,12 @@ export class AlertDialog extends Component<{
|
||||
onPostHide?(): void,
|
||||
}, any> {}
|
||||
|
||||
export class AlertDialogButton extends Component<{
|
||||
onClick?(): void,
|
||||
modifier?: string,
|
||||
disabled?: boolean,
|
||||
}, any> {}
|
||||
|
||||
export class Dialog extends Component<{
|
||||
onCancel?(): void,
|
||||
isOpen?: boolean,
|
||||
|
||||
Reference in New Issue
Block a user