UNPKG

@joist/element

Version:

Intelligently apply styles to WebComponents

3 lines (2 loc) 247 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;