18F/e-QIP-prototype

View on GitHub
src/schema/form/general.js

Summary

Maintainability
A
0 mins
Test Coverage
export const general = (type, data = {}) => {
  return {
    type: type,
    props: {
      ...data
    }
  }
}