gd-bs 6.0.7 → 6.0.9

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.
package/dist/gd-bs.d.ts CHANGED
@@ -2170,6 +2170,7 @@ declare module 'gd-bs/components/navbar/types' {
2170
2170
  export interface INavbarSearchBox {
2171
2171
  btnType?: number;
2172
2172
  btnText?: string;
2173
+ getSearchValue?: () => string;
2173
2174
  hideButton?: boolean;
2174
2175
  onChange?: (value?: string, ev?: Event) => void;
2175
2176
  onSearch?: (value?: string, ev?: Event) => void;