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-footer.component.d.ts
10 lines
(9 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
ModalFooterComponent
{
buttons
:
Array
<{
id
?:
string
;
cssClass
?:
string
;
text
:
string
;
handler
:
(
$event
:
Event
) =>
void
;
btnwidth
?:
string
; }>; }