UNPKG
ngx-eleui
Version:
latest (0.0.32)
0.0.32
0.0.31
0.0.3
0.0.2
Element UI for Angular
ngx-eleui
/
ngx-eleui-lib.component.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
NgxEleuiLibComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }