MCPcopy
hub / github.com/react-component/form / createForm

Function createForm

src/createForm.js:28–30  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

26};
27
28function createForm(options) {
29 return createBaseForm(options, [mixin]);
30}
31
32export default createForm;

Callers 15

form.spec.jsFile · 0.85
createForm.spec.jsFile · 0.85
overview.spec.jsFile · 0.85
file-input.jsFile · 0.85
async-init.jsFile · 0.85
dynamic-fields.jsFile · 0.85

Calls 1

createBaseFormFunction · 0.85

Tested by

no test coverage detected