index.json 224 B

12345678910
  1. {
  2. "component": true,
  3. "lazyCodeLoading": "renderedComponents",
  4. "usingComponents": {
  5. "icon": "../Icon/index",
  6. "result": "../Result/index",
  7. "button": "../Button/index",
  8. "loading": "../Loading/index"
  9. }
  10. }