marko
Version:
Optimized runtime for Marko templates.
18 lines (17 loc) • 708 B
TypeScript
export declare const BranchScopes = "A";
export declare const ClosureScopes = "B";
export declare const ClosureSignalIndex = "C";
export declare const ConditionalRenderer = "D";
export declare const ControlledObserver = "N";
export declare const ControlledHandler = "E";
export declare const ControlledType = "F";
export declare const ControlledValue = "G";
export declare const DynamicHTMLLastChild = "H";
export declare const EventAttributes = "I";
export declare const KeyedScopes = "O";
export declare const Lifecycle = "K";
export declare const Promise = "L";
export declare const TagVariableChange = "M";
type Self = typeof import("./accessor-prefix");
export type Value = Self[keyof Self];
export {};