UNPKG
@ngneat/svg-generator
Version:
latest (7.0.3)
7.0.3
7.0.2
7.0.1
7.0.0
6.0.0
5.1.0
5.0.0
4.1.0
4.0.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
svg generator
@ngneat/svg-generator
/
webpack-plugin.d.ts
9 lines
(8 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
GeneratorConfig
}
from
'./config'
;
export
declare
class
SvgGeneratorWebpackPlugin
{
private
config;
constructor
(
config
:
GeneratorConfig
& { watch?:
boolean
; }
);
apply
():
void
; }