Ж

import ChbxGroup from './ChbxGroup';
import ChbxItem from './ChbxItem';
const ui = {
ChbxGroup,
ChbxItem,
};
export const getComponent = element => ui[element];
```
Size: a a a
Ж
import ChbxGroup from './ChbxGroup';
import ChbxItem from './ChbxItem';
const ui = {
ChbxGroup,
ChbxItem,
};
export const getComponent = element => ui[element];
V
V
Ж
Ж
V
Ж
Ж
V
V
Ж
import ui from '@/components/ui';
console.log(ui);
Ж
Ж
V
Ж
Ж
Ж
Ж
V
Ж