diff --git a/LANCommander/wwwroot/lib/litepicker/dist/types/core.d.ts b/LANCommander/wwwroot/lib/litepicker/dist/types/core.d.ts index f807e48..6d88106 100644 --- a/LANCommander/wwwroot/lib/litepicker/dist/types/core.d.ts +++ b/LANCommander/wwwroot/lib/litepicker/dist/types/core.d.ts @@ -1,8 +1,6 @@ -/// -import { EventEmitter } from 'events'; import { DateTime } from './datetime'; import { ILPConfiguration } from './interfaces'; -export declare class LPCore extends EventEmitter { +export declare class LPCore { static add(name: string, data: object): void; protected plugins: string[]; protected ui: HTMLElement;