UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

6 lines (3 loc) 147 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any type Expression<T = unknown> = (scope: any) => T; export default Expression;