UNPKG

marko

Version:

Optimized runtime for Marko templates.

10 lines (9 loc) 304 B
export declare const Key = "a"; export declare const Scope = "b"; export declare const Signal = "c"; export declare const Value = "d"; export declare const Gen = "e"; export declare const Pending = "f"; type Self = typeof import("./pending-render-prop"); export type Value = Self[keyof Self]; export {};