UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

10 lines (8 loc) 225 B
import type DirectiveDescriptor from "./directive-descriptor"; type DirectiveContext = { descriptor: DirectiveDescriptor, element: HTMLElement, scope: object, }; export default DirectiveContext;