voiptime-components 1.19.0 → 1.19.2

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
@@ -905,6 +905,7 @@ export declare interface CollapseItemProps {
905
905
  title?: string;
906
906
  name: string;
907
907
  disabled?: boolean;
908
+ maxHeight?: string;
908
909
  }
909
910
 
910
911
  export declare interface CollapseProps {