UNPKG
renta-ng-lib
Version:
latest (0.0.5)
0.0.5
0.0.4
Renta Solutions Angular Component Library
renta-ng-lib
/
lib
/
button
/
button.component.d.ts
9 lines
(8 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
ButtonComponent
implements
OnInit
{
disabled
:
boolean
;
type
:
string
;
color
:
string
;
constructor
(
);
ngOnInit
():
void
; }