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)

15 lines (13 loc) 356 B
import "../../chunks/chunk-U5RRZUYZ.js"; // src/input/view/View.browser.tsx import { Section } from "alinea/core"; import { view as createView } from "./View.js"; export * from "./View.js"; var view = Section.provideView(View, createView); function View({ section }) { const { children } = section[Section.Data]; return children; } export { view };