UNPKG

liquidjs

Version:

A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.

11 lines (10 loc) 292 B
import { Drop } from './drop'; export declare class BlockDrop extends Drop { private superBlockRender; constructor(superBlockRender?: () => Iterable<any>); /** * Provide parent access in child block by * {{ block.super }} */ super(): Iterable<any>; }