UNPKG

marko

Version:

Optimized runtime for Marko templates.

3 lines (2 loc) 146 B
import { type Tag } from "@marko/compiler/babel-utils"; export declare function createStatementTag(keyword: "client" | "server" | "static"): Tag;