UNPKG
@faakhir/headlamp-plugin
Version:
latest (0.11.5-dev)
0.11.5-dev
0.11.4-dev
The needed infrastructure for building Headlamp plugins.
@faakhir/headlamp-plugin
/
lib
/
components
/
App
/
Home
/
config.d.ts
5 lines
(4 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
/** Allow selecting multiple clusters on home page. */
export
declare
const
MULTI_HOME_ENABLED
:
true
;
/** Show recent clusters on the home page */
export
declare
const
ENABLE_RECENT_CLUSTERS
:
boolean
;