import { Customize } from "../types";

export const defaultCustomisation: Customize = {
  width: 360,
  responsiveWidth: false,
  borderRadius: 1,
};