marko
Version:
Optimized runtime for Marko templates.
9 lines (8 loc) • 302 B
TypeScript
export declare const Visit = "visit";
export declare const Text = "text";
export declare const Child = "child";
export declare const SectionRef = "sectionRef";
export declare const ExportRef = "exportRef";
type Self = typeof import("./structure-kind");
export type Value = Self[keyof Self];
export {};