UNPKG
@chenzoho/ldt-vite-plugin
Version:
latest (1.11.3)
1.11.3
ldt-vite-plugin
@chenzoho/ldt-vite-plugin
/
dist
/
less.d.ts
13 lines
(12 loc)
•
331 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * less全局注入变量 *
@param
namespace 命名空间 *
@param
configPath less变量文件路径 *
@param
params less变量 */
export
declare
const
createViteLess
:
(
configPath
?:
string
|
undefined
,
params
?:
Record
<
string
,
any
>
) =>
{
javascriptEnabled
:
boolean
;
globalVars
: { [
x
:
string
]:
any
; }; };