UNPKG
@harbor/ui
Version:
latest (1.7.4-rc2)
1.7.4-rc2
1.7.4-rc1
1.7.1
1.7.1-rc2
1.7.1-rc1
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
Harbor shared UI components based on Clarity and Angular6
github.com/vmware/harbor
vmware/harbor
@harbor/ui
/
src
/
confirmation-dialog
/
index.d.ts
7 lines
(6 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Type
}
from
"@angular/core"
;
export
*
from
"./confirmation-dialog.component"
;
export
*
from
"./confirmation-batch-message"
;
export
*
from
"./confirmation-message"
;
export
*
from
"./confirmation-state-message"
;
export
declare
const
CONFIRMATION_DIALOG_DIRECTIVES
:
Type
<
any
>[];