UNPKG

element-vir

Version:

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

7 lines (6 loc) 160 B
/** * The base type for any property maps (like state or inputs). * * @category Internal */ export type PropertyInitMapBase = Record<PropertyKey, unknown>;