UNPKG

marko

Version:

Optimized runtime for Marko templates.

10 lines (9 loc) 333 B
export declare const Key = "key"; export declare const Scope = "scope"; export declare const Signal = "signal"; export declare const Value = "value"; export declare const Gen = "gen"; export declare const Pending = "pending"; type Self = typeof import("./pending-render-prop.debug"); export type Value = Self[keyof Self]; export {};