halov 0.25.821 → 0.25.822

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.
@@ -79,6 +79,7 @@ declare function __VLS_template(): {
79
79
  neck?(_: {}): any;
80
80
  'search-tools'?(_: {}): any;
81
81
  grid?(_: {
82
+ style: {};
82
83
  data: any[];
83
84
  columns: {
84
85
  name: string;
@@ -9677,6 +9677,7 @@ declare const _default: import('vue').DefineComponent<{}, {
9677
9677
  neck?(_: {}): any;
9678
9678
  'search-tools'?(_: {}): any;
9679
9679
  grid?(_: {
9680
+ style: {};
9680
9681
  data: any[];
9681
9682
  columns: {
9682
9683
  name: string;