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
/
schematics
/
ng-add
/
register-theme
/
theme-content.d.ts
3 lines
(2 loc)
•
238 B
TypeScript
View Raw
1
2
3
export
declare
function
createThemeContent
(
themeName
:
string
):
string
;
export
declare
const
stylesContent =
"@import 'themes';\n\n@import '~@nebular/theme/styles/globals';\n\n@include nb-install() {\n @include nb-theme-global();\n};\n"
;