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
/
types.d.ts
7 lines
(6 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="less" />
export
interface
Config
{
debug
?:
boolean
;
name
?:
string
;
buildLessOptions
?:
Less
.
Options
; }