UNPKG

@joist/element

Version:

Intelligently apply styles to WebComponents

3 lines 258 B
import { type AttrChangedCallback } from "./metadata.js"; export declare function attrChanged(...names: string[]): <This extends HTMLElement>(cb: AttrChangedCallback, ctx: ClassMethodDecoratorContext<This>) => void; //# sourceMappingURL=attr-changed.d.ts.map