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
/
tick-format.helper.d.ts
2 lines
(1 loc)
•
98 B
TypeScript
View Raw
1
2
export
declare
function
tickFormat
(
fieldType
:
any
,
groupByType
:
any
):
(
label
:
string
) =>
string
;