UNPKG

element-vir

Version:

Heroic. Reactive. Declarative. Type safe. Web components without compromise.

15 lines (14 loc) 422 B
/** * Set by {@link requireAllCustomElementsToBeDeclarativeElements} and read in the HTML tagged * template function. * * @category Internal */ export declare let declarativeElementRequired: boolean; /** * Calling this requires all custom element children to be declarative elements defined by * element-vir. * * @category Util */ export declare function requireAllCustomElementsToBeDeclarativeElements(): void;