gd-bs 6.5.3 → 6.5.5

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
@@ -685,6 +685,7 @@ declare module 'gd-bs/components/cardGroup/types' {
685
685
  */
686
686
  export interface ICardGroupProps extends IBaseProps<ICardGroup> {
687
687
  cards?: Array<ICardProps>;
688
+ colSize?: number;
688
689
  }
689
690
  }
690
691