import { VantComponent } from '../common/component';
VantComponent({
  props: {
    themeVars: {
      type: Object,
      value: {},
    },
  },
});