dropdown-item.json 438 B

1234567891011121314
  1. {
  2. "component": true,
  3. "usingComponents": {
  4. "t-button": "../button/button",
  5. "t-button-group": "../button-group/button-group",
  6. "t-cell": "../cell/cell",
  7. "t-cell-group": "../cell-group/cell-group",
  8. "t-radio": "../radio/radio",
  9. "t-radio-group": "../radio-group/radio-group",
  10. "t-checkbox": "../checkbox/checkbox",
  11. "t-checkbox-group": "../checkbox-group/checkbox-group",
  12. "t-popup": "../popup/popup"
  13. }
  14. }