UNPKG

element-vir

Version:

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

5 lines (4 loc) 288 B
export declare const MyWithEvents: import("element-vir").DeclarativeElementDefinition<"my-with-events", {}, {}, { logoutClick: import("element-vir").DefineEvent<void>; randomNumber: import("element-vir").DefineEvent<number>; }, "my-with-events-", "my-with-events-", readonly []>;