gd-bs 6.6.48 → 6.6.49

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
@@ -690,7 +690,7 @@ declare module 'gd-bs/components/cardGroup/types' {
690
690
  */
691
691
  export interface ICardGroupProps extends IBaseProps<ICardGroup> {
692
692
  cards?: Array<ICardProps>;
693
- colSize?: number;
693
+ colSize?: number | string;
694
694
  onCardRender?: (el?: HTMLElement, props?: ICardProps) => void;
695
695
  onColRender?: (el?: HTMLElement, props?: ICardProps) => void;
696
696
  onRender?: (el?: HTMLElement, props?: ICardGroupProps) => void;