UNPKG

flowbite-ts-test

Version:

The most popular library of interactive components built with Tailwind CSS

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