UNPKG

alinea

Version:
18 lines (16 loc) 274 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/core/field/CreateField.ts import { ScalarField } from "./ScalarField.js"; function create({ label, options, view }) { return new ScalarField({ options: { label, ...options }, view }); } export { create };