UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

9 lines (8 loc) 280 B
import FormFeedback from "../form/form-feedback"; import FormLabel from "../form/form-label"; import FieldComponent from "./field"; var Field = FieldComponent; Field.Label = FormLabel; Field.Feedback = FormFeedback; export default Field; //# sourceMappingURL=index.js.map