UNPKG
nd-gui
Version:
latest (0.0.7-6)
0.0.7
0.0.7-6
0.0.7-5
0.0.7-4
0.0.7-3
0.0.7-2
0.0.7-1
0.0.6
0.0.5
0.0.4
0.0.3
UI components for NetDocuments
nd-gui
/
dist
/
card
/
card.component.d.ts
9 lines
(8 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
CardComponent
implements
OnInit
{
cardId
:
string
;
styleClass
:
string
;
style
:
any
;
constructor
(
);
ngOnInit
():
void
; }