UNPKG

@joist/element

Version:

Intelligently apply styles to WebComponents

3 lines 283 B
import { type ListenerSelector } from "./metadata.js"; export declare function listen<This extends HTMLElement>(event: string, selector?: ListenerSelector<This> | string): (value: (e: any) => void, ctx: ClassMethodDecoratorContext<This>) => void; //# sourceMappingURL=listen.d.ts.map