import type IProps from "./typing";
const defaultProps: IProps = {
text: "",
copyText: "",
size: 14,
color: "",
bgColor: "transparent",
direction: "top",
zIndex: 10071,
showCopy: true,
buttons: [],
overlay: true,
showToast: true,
};
export default defaultProps;