UNPKG

@foblex/core

Version:

A core library providing a set of utilities and interfaces for various projects.

4 lines (3 loc) 80 B
export interface IHasHostElement { hostElement: HTMLElement | SVGElement; }