manolis-ui 0.17.9 → 0.17.11

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/index.d.ts CHANGED
@@ -58,6 +58,7 @@ inputElement: HTMLInputElement;
58
58
 
59
59
  declare const __VLS_component_12: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
60
60
  collapseOnMobile: boolean;
61
+ rows: number;
61
62
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
62
63
 
63
64
  declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -790,6 +791,7 @@ declare interface Props_15 {
790
791
  background?: string;
791
792
  color?: string;
792
793
  collapseOnMobile?: boolean;
794
+ rows?: number;
793
795
  }
794
796
 
795
797
  declare interface Props_16 {