marko
Version:
Optimized runtime for Marko templates.
13 lines (12 loc) • 423 B
TypeScript
export declare const Id = "a";
export declare const Clone = "b";
export declare const Setup = "c";
export declare const Params = "d";
export declare const Owner = "e";
export declare const Accessor = "f";
export declare const LocalClosures = "g";
export declare const LocalClosureValues = "h";
export declare const Embed = "i";
type Self = typeof import("./renderer-prop");
export type Value = Self[keyof Self];
export {};