UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

19 lines (17 loc) 337 B
import "../../chunks/chunk-U5RRZUYZ.js"; // src/input/view/View.ts import { section } from "alinea/core"; var ViewSection = class { constructor(children) { this.children = children; } definition = {}; fields = {}; }; function view(children) { return section(new ViewSection(children)); } export { ViewSection, view };