From 9f4cd6c50d2e99de65fa7742b08b1ff79a7e83d3 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Fri, 17 Feb 2023 17:32:03 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A1=20javascript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LANCommander/wwwroot/lib/litepicker/dist/types/core.d.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;