//#hook:hook_1
//#slot:ui_1

//#end;
return {
  slot: {
    ui_1: {
      element: function ui_1() {
        return ``;
      },
      antdv: function ui_1() {
        return ``;
      },
    },
  },
  hook: {
    hook_1: {
      echarts: {
        HOOK: function () {
          return "";
        },
        FALSE: function () {
          return ``;
        },
        element: function () {},
        antdv: function () {},
      },
    },
  },
};
