import type { createVClsx } from './build'; /// declare module '@vue/runtime-core' { interface ComponentCustomProperties { vx: createVClsx; } }