import IProps from "./typing";

const defaultProps: IProps = {
  text: "",
  copyText: "",
  size: 14,
  color: "#606266",
  bgColor: "transparent",
  direction: "top",
  zIndex: 10071,
  showCopy: true,
  buttons: [],
  overlay: true,
  showToast: true
};

export default defaultProps;
