marko
Version:
Optimized runtime for Marko templates.
11 lines (10 loc) • 326 B
TypeScript
export declare const dom = 0;
declare const let_ = 1;
export { let_ as let };
export declare const input = 2;
export declare const param = 3;
export declare const local = 4;
export declare const derived = 5;
export declare const constant = 6;
type Self = typeof import("./binding-type");
export type Value = Self[keyof Self];