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

Function createDOMForm

src/createDOMForm.js:102–106  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

100};
101
102function createDOMForm(option) {
103 return createBaseForm({
104 ...option,
105 }, [mixin]);
106}
107
108export default createDOMForm;

Callers 8

start-end-date.jsFile · 0.85
modal.jsFile · 0.85
overview.jsFile · 0.85

Calls 1

createBaseFormFunction · 0.85

Tested by

no test coverage detected