UNPKG
oi-rating-bar
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Star rating component for angular
oi-rating-bar
/
lib
/
oi-rating-bar.component.d.ts
6 lines
(5 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
OiRatingBarComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }