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
/
@nebular
/
theme
/
components
/
select
/
select-injection-tokens.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
import
{
InjectionToken
}
from
'@angular/core'
;
export
declare
const
NB_SELECT_INJECTION_TOKEN
:
InjectionToken
<
unknown
>;