UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

8 lines (7 loc) 221 B
export declare const METADATA: unique symbol; export default class Metadata { isPropagatingCallback: boolean; reflectingAttribute: Set<string>; host?: Node; static from(target: object): Metadata; }