UNPKG

@medyll/idae-be

Version:

A modern, lightweight, and extensible DOM manipulation library built with TypeScript. Designed for precise element targeting and manipulation using a callback-based approach. Features include advanced DOM traversal, event handling, style management, attri

9 lines (8 loc) 212 B
import { type Be } from '../be.js'; export declare class DynamicHandler { private beElement; private attr; constructor(element: Be, attr?: string); private handler; proxy(): DynamicHandler; }