UNPKG
@duoduo-oba/ng-devui
Version:
latest (8.0.2)
8.0.2
8.0.1
8.0.0
DevUI components based on Angular
devui.design
DevCloudFE/ng-devui
@duoduo-oba/ng-devui
/
modal
/
modal-header.component.d.ts
9 lines
(8 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
EventEmitter
}
from
'@angular/core'
;
export
declare
class
ModalHeaderComponent
{
title
:
string
;
closeEvent
:
EventEmitter
<
any
>;
dialogtype
:
string
;
showCloseBtn
:
boolean
;
close
(
event
:
any
):
void
; }