@dao-style/core 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1703,6 +1703,7 @@ declare const DaoSelect: {
1703
1703
  }>;
1704
1704
  optionsHeader: SlotFn;
1705
1705
  default: SlotFn;
1706
+ 'before-search': SlotFn;
1706
1707
  };
1707
1708
  });
1708
1709
  export default DaoSelect;
@@ -1693,6 +1693,7 @@ declare const DaoVirtualSelect: {
1693
1693
  selectedValue: OptionValue;
1694
1694
  }>;
1695
1695
  optionsHeader: SlotFn;
1696
+ 'before-search': SlotFn;
1696
1697
  };
1697
1698
  });
1698
1699
  export default DaoVirtualSelect;