marko
Version:
Optimized runtime for Marko templates.
18 lines (17 loc) • 919 B
TypeScript
export declare const BranchScopes = "BranchScopes:";
export declare const ClosureScopes = "ClosureScopes:";
export declare const ClosureSignalIndex = "ClosureSignalIndex:";
export declare const ConditionalRenderer = "ConditionalRenderer:";
export declare const ControlledObserver = "ControlledObserver:";
export declare const ControlledHandler = "ControlledHandler:";
export declare const ControlledType = "ControlledType:";
export declare const ControlledValue = "ControlledValue:";
export declare const DynamicHTMLLastChild = "DynamicHTMLLastChild:";
export declare const EventAttributes = "EventAttributes:";
export declare const KeyedScopes = "KeyedScopes:";
export declare const Lifecycle = "Lifecycle:";
export declare const Promise = "Promise:";
export declare const TagVariableChange = "TagVariableChange:";
type Self = typeof import("./accessor-prefix.debug");
export type Value = Self[keyof Self];
export {};