UNPKG
@wizni/quiver
Version:
latest (1.0.0)
1.0.0
Quiver- Angular frontend development tools.
github.com/wizspark/quiver
wizspark/quiver
@wizni/quiver
/
typings
/
dialogs
/
alert-dialog
/
alert-dialog.component.d.ts
10 lines
(9 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
MdDialogRef
}
from
'@angular/material'
;
export
declare
class
TdAlertDialogComponent
{
private
_dialogRef;
title
:
string
;
message
:
string
;
closeButton
:
string
;
constructor
(
_dialogRef
:
MdDialogRef
<
TdAlertDialogComponent
>
);
close
():
void
; }