UNPKG

element-vir

Version:

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

11 lines (10 loc) 356 B
type EndpointData = number[]; export declare const MyWithAsyncProp: import("../index.js").DeclarativeElementDefinition<"my-with-async-prop", { endpoint: string; }, { data: import("../index.js").AsyncProp<EndpointData, { endpoint: string; }>; hi: string; }, {}, "my-with-async-prop-", "my-with-async-prop-", readonly []>; export {};