mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
Update prebuilt objects [skip actions]
This commit is contained in:
8
components/wifi-manager/webapp/dist/webpack/BuildEventsHook.d.ts
vendored
Normal file
8
components/wifi-manager/webapp/dist/webpack/BuildEventsHook.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export class BuildEventsHook {
|
||||
constructor(name: any, fn: any, stage?: string);
|
||||
name: any;
|
||||
stage: string;
|
||||
function: any;
|
||||
apply(compiler: any): void;
|
||||
}
|
||||
export function createBuildEventsHook(options: any): BuildEventsHook;
|
||||
Reference in New Issue
Block a user