UNPKG

@joist/element

Version:

Intelligently apply styles to WebComponents

3 lines (2 loc) 216 B
import { type AttrChangedCallback } from "./metadata.js"; export declare function attrChanged(...names: string[]): <This extends HTMLElement>(cb: AttrChangedCallback, ctx: ClassMethodDecoratorContext<This>) => void;