www_hero/node_modules/flowbite/lib/cjs/dom/events.d.ts

8 lines
225 B
TypeScript
Raw Normal View History

2024-05-03 04:39:20 +00:00
declare class Events {
private _eventType;
private _eventFunctions;
constructor(eventType: string, eventFunctions?: EventListener[]);
init(): void;
}
export default Events;
//# sourceMappingURL=events.d.ts.map