UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 307 B
import { types as t } from "@marko/compiler"; export declare const htmlStyleTagAlternateMsg = " For a native html [`<style>` tag](https://markojs.com/docs/reference/core-tag#style) use the `html-style` core tag instead."; export declare function checkStyleInterpolations(tag: t.NodePath<t.MarkoTag>): void;