Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
11
node_modules/liquidjs/dist/drop/block-drop.d.ts
generated
vendored
Normal file
11
node_modules/liquidjs/dist/drop/block-drop.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Emitter } from '../emitters';
|
||||
import { Drop } from './drop';
|
||||
export declare class BlockDrop extends Drop {
|
||||
private superBlockRender;
|
||||
constructor(superBlockRender?: (emitter: Emitter) => IterableIterator<unknown> | string);
|
||||
/**
|
||||
* Provide parent access in child block by
|
||||
* {{ block.super }}
|
||||
*/
|
||||
super(): IterableIterator<unknown>;
|
||||
}
|
||||
Reference in New Issue
Block a user