import IProps from "./typing";

const defaultProps: IProps = {
  list: [],
  col: 4,
  border: false,
  itemHeight: "100px",
  align: "left",
  gap: "0px",
  bgColor: "transparent",
  iconSize: "50px",
  round: "6px",
  space: "12px"
};

export default defaultProps;
