www_hero/node_modules/flowbite/lib/cjs/dom/events.d.ts
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02: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