marko
Version:
Optimized runtime for Marko templates.
6 lines (5 loc) • 313 B
TypeScript
import { types as t } from "@marko/compiler";
import type { Binding } from "./references";
import { type Section } from "./sections";
export declare function setTagDownstream(tag: t.NodePath<t.MarkoTag>, binding: undefined | Binding): void;
export declare function finalizeTagDownstreams(section: Section): void;