Files
tidal-dl-ng-webui/node_modules/flowbite/lib/esm/dom/events.d.ts
2024-12-27 22:31:23 +09:00

8 lines
225 B
TypeScript

declare class Events {
private _eventType;
private _eventFunctions;
constructor(eventType: string, eventFunctions?: EventListener[]);
init(): void;
}
export default Events;
//# sourceMappingURL=events.d.ts.map