import { withInstall } from '../utils/install'; import Root from '../components/root/RootWrap.vue'; import { Variables } from '../constants/vars'; import { type RootEmits, type RootMethods, type RootProps } from 'types/root/prop'; const XGantt = withInstall( Variables.name.root, Root ); export default XGantt;