UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
@swimlane
/
ngx-charts
/
release
/
common
/
svg-linear-gradient.component.d.ts
12 lines
(11 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
OnChanges
,
SimpleChanges
}
from
'@angular/core'
;
export
declare
class
SvgLinearGradientComponent
implements
OnChanges
{
orientation
:
string
;
name
:
any
;
stops
:
any
[];
x1
:
any
;
x2
:
any
;
y1
:
any
;
y2
:
any
;
ngOnChanges
(
changes
:
SimpleChanges
):
void
; }