introduces HOC for fieldType, greatly simplifying field type components

This commit is contained in:
James
2018-12-07 12:20:10 -08:00
parent b2313e7783
commit ae5170aca3
9 changed files with 210 additions and 262 deletions

View File

@@ -8,6 +8,7 @@ export { default as withArchiveData } from './components/data/archive';
export { default as withEditData } from './components/data/edit';
// Field Types
export { default as fieldType } from './components/field-types/fieldType';
export { default as Group } from './components/field-types/Group';
export { default as Input } from './components/field-types/Input';
export { default as Textarea } from './components/field-types/Textarea';