UNPKG

rad-gui

Version:

A simple, feature-rich, and easy-to-use GUI library for better visibility into data intensive applications.

7 lines (6 loc) 293 B
type EventHandler = [ listener: (event: Event) => void, options?: AddEventListenerOptions ]; export declare const el: <T extends keyof HTMLElementTagNameMap>(tagName: T, props?: Record<string, any>, eventHandlers?: Record<string, EventHandler>) => HTMLElementTagNameMap[T]; export {};