alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
18 lines (16 loc) • 347 B
JavaScript
import "../chunks/chunk-U5RRZUYZ.js";
// src/core/Picker.ts
var Picker;
((Picker2) => {
function withView(create, views) {
const factory = (...args) => {
const field = create(...args);
return { ...field, ...views };
};
return factory;
}
Picker2.withView = withView;
})(Picker || (Picker = {}));
export {
Picker
};