UNPKG

element-vir

Version:

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

10 lines (9 loc) 226 B
/** * Default values for {@link DeclarativeElementDefinitionOptions}. * * @category Internal */ export const defaultDeclarativeElementDefinitionOptions = { allowPolymorphicState: false, errorHandler: undefined, };