UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 271 B
import { type Scope, type Template } from "../common/types"; import { type Signal } from "./signals"; export declare const _template: (id: string, template: string | 0, walks?: string | 0, setup?: ((scope: Scope) => void) | 0, inputSignal?: Signal<unknown>) => Template;