UNPKG
ng-alain-plugin-theme
Version:
latest (18.0.0)
next (16.0.1-beta.4)
18.0.0
16.0.2
16.0.1
16.0.1-beta.4
16.0.1-beta.3
16.0.1-beta.2
16.0.1-beta.1
16.0.0
15.0.1
15.0.0
14.0.2
14.0.1
14.0.0
13.0.3
13.0.2
13.0.1
13.0.0
13.0.0-beta.1
12.0.0
11.0.2
11.0.1
11.0.0
10.0.3
10.0.2
10.0.1
10.0.0
1.0.0
0.0.1-rc.1
NG-ALAIN theme plugin
ng-alain.com
ng-alain/plugin-theme
ng-alain-plugin-theme
/
lib
/
theme-css.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
ThemeCssConfig
}
from
'./theme-css.types'
;
export
declare
function
buildThemeCSS
(
config: ThemeCssConfig
):
Promise
<
void
>;