UNPKG
@sanpjs/bundler-webpack
Version:
latest (0.1.0)
0.1.0
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
@sanpjs/bundler-webpack
@sanpjs/bundler-webpack
/
dist
/
rules
/
style.d.ts
9 lines
(8 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
less
:
(
context
:
Context
) =>
{
test
:
RegExp
;
use
:
any
; };
export
declare
const
css
:
(
context
:
Context
) =>
{
test
:
RegExp
;
use
:
any
; };