
export * from './boolean';
export * from './options';
export * from './date';
export * from './email';
export * from './file';
export * from './group/group-field.component';
/* [TODO] Group should not be a input type, change the implemntation of HypermediaForm to support
<hm-form-group fields="zip, city" after="address2"> // this deletes the zip and city from the form and creates a group after the address2 field
    <hm-input name="zip"></hm-input> // order is preserved
    <hm-input name="city"></hm-input> // order is preserved
</hm-form-group>
*/
export * from './hidden';
export * from './password';
export * from './text';
