UNPKG
@digix-ui/dialog
Version:
latest (0.0.3)
0.0.3
Stencil Component Starter
@digix-ui/dialog
/
dist
/
types
/
dx-dialog
/
dx-dialog.d.ts
13 lines
(12 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
declare
class
DxDialog
{
dialogUtils
:
any
;
titulo
:
string
;
descricao
:
string
;
idDialogo
:
string
;
textoBotaoSalvar
:
string
;
textoBotaoCancelar
:
string
;
tamanho
:
string
;
fechar
():
Promise
<
void
>;
abrir
():
Promise
<
void
>;
render
():
any
; }