index.json 204 B

123456789
  1. {
  2. "component": true,
  3. "lazyCodeLoading": "renderedComponents",
  4. "usingComponents": {
  5. "list": "../../List/index",
  6. "list-item": "../../List/ListItem/index",
  7. "ant-checkbox": "../index"
  8. }
  9. }