12 |
- import { BlockValue, Comment, Content, Position } from "../types";
- export declare function createBlockValue(position: Position, content: Content, chomping: "clip" | "keep" | "strip", indent: null | number, value: string, indicatorComment: null | Comment): BlockValue;
|