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)

22 lines (20 loc) 433 B
import "../../chunks/chunk-U5RRZUYZ.js"; // src/core/field/ListField.ts import { Field } from "../Field.js"; import { ListShape } from "../shape/ListShape.js"; var ListField = class extends Field { constructor(shape, meta) { super({ shape: new ListShape( meta.options.label, shape, meta.options.initialValue, meta.postProcess ), ...meta }); } }; export { ListField };