layout-props.js 183 B

12345678910111213
  1. export const layoutProps = {
  2. config: {
  3. type: Object,
  4. default: () => ({})
  5. },
  6. fieldKey: {
  7. type: String
  8. },
  9. model: {
  10. type: Object,
  11. default: () => ({})
  12. }
  13. }